Home     PHP / Javascript / Ajax
PHP Zebra_Database, a MySQL database wrapper written in PHP Script

PHP Script Codes > database-tools

Zebra_Database, a MySQL database wrapper written in PHP Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 5601

PHP Script Codes > Zebra_Database, a MySQL database wrapper written in PHP
Zebra_Database it is an advanced, compact (one-file only), lightweight, object-oriented MySQL database wrapper built upon PHP's MySQL extension. It provides methods for interacting with MySQL databases that are more intuitive and fun to use than PHP's default ones.

The class provides a comprehensive debugging interface with detailed information about the executed queries: execution time, returned/affected rows, excerpts of the found rows, error messages, etc. It also automatically EXPLAIN's each SELECT query (so you don't miss those keys again!).

It encourages developers to write maintainable code and provides a better default security layer by automatically escaping strings.

Zebra_Database's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.