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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHP MySQL DatabaseInterface!