Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 874
PHP Script Codes > florDBProcess: The easy way to do MySQL database scripting with PHP
Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods.
Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects and all that easier, and importantly from re-usable code. This script will be a basic data layer implementation.