
This is a professionnal grade MySQL database framework that we have developped and improved for years. It enables you to avoid writing and re-writing all the repetitive SQL queries and all the fetch arrays, help protect you against SQL injections, and offer you a very robust, but simple way to interact with your MySQL 5 databases.
Features:
- Fully object oriented (use classes)
- Use one class file per database table
- Automatically recognize your database tables and fields.
- Automatically generate the tables class files.
- Prevent SQL injections my escaping bad characters.
- All functions are centralized in one single file.
- Supports MySQL 5 and uses MySQLi.
- Fully documented.
- Open only one MySQL connection per page, and clo