PHP DatabaseInterface is an open source tool, designed with a purpose to make a life of a web developer, using MySQL database as a back end, a little bit easier.
Developer only needs to worry about formatting parameters and calling save, select or delete procedures on DatabaseInterface object. DatabaseInterface will make sure the parameters passed are sanitized, data is properly structured and decide what to do on each call (depending on which procedure was called).
DatabaseInterface API and examples: http://pages.uoregon.edu/spesic/DatabaseInterface/
Features
- Simple SELECT and JOIN SELECT statements
- Save and update MySQL records
- Delete records from MySQL database
- Sanitize MySQL queries
- Ensure validity of parameters passed to DatabaseInterface object and table structure before generating a query
- Automatically detect primary keys for a specific table and update the record if primary key is detected
License
GNU General Public License version 2.0 (GPLv2)Follow PHP MySQL DatabaseInterface
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHP MySQL DatabaseInterface!