Generate PHP Class files according to your Database structure
- Edit
dbconfig.php
to get started. - Make sure
GeneratedClasses
directory is writable
\>$ chmod 777 GeneratedClasses
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