Mydatabase is a Database Tools script
Overall rating: (N/A)
|
The srcipt MyDatabase is a Database Tools script (web database applications).
MyDatabase is a PHP class that offers standard functions needed to navigate a database, but hides the implemnetation specifics. Works with both Access and MSyQL.
If you use both tpyes of databases, that class is your answer.
Easily switch between databases witohut changing your code, simply change the constructor of the class. All results are held internally to the class, so no extra reosurces to manage. Metohds include query, execute, next, move, eof, and close.
|
 Write a comment about the script MyDatabase
|