PHP Script Codes > SQLite Object Oriented 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.
Features:
- Uses SQLite databases (no MySQL database required).
- Fully object oriented (uses classes)
- Uses one class file per database table
- Automatically generate the class files related to your database tables.
- Prevent SQL injections by escaping bad characters.
- All functions are centralized in one single file.
- Fully documented.
- Open only one connection per page.