class.overlib is a class for php. class.overlib gives you an easy way to create small popup windows by acting as driver or container for overLib popups. Overlib windows open while placing the mouse over a link or a custom text and they close when you move the mouse away.
class.browser.php is a class of functions that is designed to make it easy to download web pages for numerous uses, including for web crawling. It extends the functionality of the PHP function fsockopen, as well as adds string parsing functions to make numerous jobs easier.
EZ Select is a simple PHP class designed to make it easier to construct complex SELECT queries for MySQL. It is often difficult to generate complicated SELECT queries based on user input, and you end up with a mess of if statements trying to figure out how far along the query is (whether or not you added the WHERE clause yet, etc). EZ Select allows you to add clauses to the query as you go via class methods, then when you're ready to use it, the class will construct the query automatically.
object-oriented programming library written in PHP. Te library has the following features: Fully object-oriented, abstraction and layering, extensible, simple and efficient, generally applicable, code cleanliness.