Home     PHP / Javascript / Ajax
PHP MyDatabase Script

PHP Script Codes > database-tools

MyDatabase Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 2532

PHP Script Codes > MyDatabase
MyDatabase is a PHP class that offers standard functions needed to navigate a database, but hides the implementation specifics. Works with both Access and MySQL. If you use both types of databases, this class is your answer. Easily switch between databases without changing your code or queries, simply change construction parameters. All results are held internally to the class, so no extra resources to manage. Methods include query, execute, next, move, eof, and close. Includes a debug feature and auto-shutdown, so resources are cleaned up when the script ends, even on error.