Stefan Gabos is announcing that Zebra_Database with version number 2.9.0 is already available to download.
What is Zebra_Database ?
Zebra_Database is .
Zebra_Database is a simple database abstraction layer for MySQL, written around PHP’s built-in mysqli extension. Zebra_Database is practically a middleman between the developer's PHP code and the database itself. It takes PHP-formatted code and translates it to valid SQL syntax, executing it on a MySQL database and fetching the results. This method of using prepared database statement is much more secure than the process of embedding SQL code in the PHP syntax, keeping the two on different levels, where other developer either won't have access or just for the sake of a better code structure. Besides this, a debugger is also included for troubleshooting database interactions on a Web page, helping developers get to the bottom of non-responsive PHP-MySQL transactions. Additionally to the abstraction layer and debug tool, Zebra_Database comes with a built-in caching system. This caching system can work together with memcache or a local hard-drive, remembering results for selected or the most used DB queries.
This is changelog for Zebra_Database version 2.9.0 :
You can read the complete changelog and also download this latest version on their homepage:
stefangabos.ro