Skip to content

Generate PHP Class files according to your Database structure

License

Notifications You must be signed in to change notification settings

ngfw/database-to-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-to-class

Generate PHP Class files according to your Database structure

  1. Edit dbconfig.php to get started.
  2. Make sure GeneratedClasses directory is writable
\>$ chmod 777 GeneratedClasses

Generate classes vie cli

cli.php view

Generate classes vie web interface

if you webserver is not already pointing to Directory where files are located, you can simply run:

\>$ php -S localhost:8080

then open you browser and navigate to http://localhost:8080

Web interface will also generate class usage documentation


Have fun

About

Generate PHP Class files according to your Database structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published