 
        - 1,251 categories
- 40,829 scripts
 
    
	    
		    
		    
		    
		    
				
Updated: 04/13/2008
-  This is a mySQL database class, that allows you to run queries faster and supports prepared statements, just like PHP 5''s PDO, but working for PHP 4. It supports:
 - persistent connections;
 - raw query, just like mysql_query;
 - select function;
 - insert function;
 - delete function;
 - update function;
 - lastInsertId function;
 - rowCount() function (for select resources);
 - prepare function like in PDO;
  
 And many other usefull functions. I work very efficient with this. Hope you like it :). Also, I''ve included 2 bonus classes as a gift: an Email sending class (with attachment support) and a FileSystem class (with unzip/zip/list functions). All classes are very well commented.
  
 Good luck!
    
    
- Categories
- Platforms
- Licenses
- Author