DownloadDatabase-Object-Manager
The Database Object Manager is a PHP Package made up of several classes that handles any database related activity in a php application. It uses PDO to communicate with any database such as the MS SQL Server, MySQL, POSTGRESQL, SQLITE and so on. The necessary configurations resides in an ini configuration file, and so the user do not have to tweak anything in the class file. This project is still under development. It is meant to be a MODEL in an MVC framework that doesn't have a name yet
|