/PHP-Class-generator

PHP-Class-generator is a library which allows a PHP programmer to generate Entity classes from a MySQL/PostGreSQL database table. These classes permits to get/set/insert/remove data from/to the database.

Primary LanguagePHP

PHP-Class-generator

PHP-Class-generator is a library which allows a PHP programmer to generate Entity classes from a MySQL/PostGreSQL database table. These classes permits to get/set/insert/remove data from/to the database.

Usage

To generate the classes there are 2 ways :

  • From the page class-generator.php you can fill the information to connect to your database and click generate test
  • By PHP-CLI, if you fill your database information inside _system/_config.inc.php and execute php class-generator.php