Skip to content

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.

Notifications You must be signed in to change notification settings

galaticlag/PHP-Class-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published