PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Samuel Adeshina   Database Manager   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Database Manager
Connect and query several databases using PDO
Author: By
Last change:
Date: 8 years ago
Size: 520 bytes
 

Contents

Class file image Download

Database-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