Categories

Updated: 10/30/2006

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, simply change the constructor of the class. All results are held internally to the class, so no extra resources to manage. Methods include query, execute, next, move, eof, and close.
©2003-2019 jCay.com