You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
By PHP-CLI, if you fill your database information inside _system/_config.inc.php and execute php class-generator.php
About
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.