This is a professionnal grade SQLite database framework. 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 SQLite2 databases. This Framework is inspired from our MySQL framework, that have been used and improved for years. You can get the MySQL framework on this page. Feature...
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 ...