Zebra PHP Framework - PHP MySQL Database Wrapper Class 1.1.0
Please consider this a BETA version as no thorough tests have been done yet
What’s new in this version:
calling on a fetch method and providing a result resource from a query whos result was taken from cache would send the script in an infinite loop
improved the speed of dlookup() method by adding LIMIT to it - thanks to A.Leeming for suggesting this
added some new methods - close() - alias of mysql_close(), log_debug_info() - which will write debug information to a log file and seek() - alias of mysql_data_seek() wich works seamlessly with cached results (previously users haven’t had a method for iterating through results of a cached query)
the connect() method now returns the link identifier of the connection, which can be later used for closing the connection with the close() method
some documentation refinements (thanks to Vincent van Daal)
completely rewritten template file and stylesheet
a version with the comments stripped out is also available now to be used by those who need a smaller footprint for the classes they include. the script’s size is almost 4 times smaller than the original script. remember to rename the script to class.database.php if you want to use it
What’s this?
This PHP script is a MySQL database access wrapper. It provides a set of methods for interracting with a MySQL databases, from within PHP, easily and securely while providing a fantastic debugger [read more]
