This class can generate classes to access database from dump file.
It can take a file of a MySQL database dump with SQL statements and parses it to extract the structure of tables and fields that the database contains.
The class can generate file with code of a class that can access the given MySQL database performing common operations like retrieving, inserting, updating and deleting database table records.
PHP source code generator is an idea of make a framework that help us and minimize the process of write and repeat write some thing else. |