/dba

Simple DBA for MySQL in PHP

Primary LanguagePHP

Database Abstraction

Simple DBA for MySQL in PHP

Getting started

You can use models/generator.php to generate all the models you want to, look into the file to see how to configure it. To use the DBA you simply need to include init.php.

Queries

To be written...