Convert MySQL tables to PHP class
Package:
Summary:
Generate code to access MySQL records as objects
Groups:
Author:
Description:
This class can be used to generate code to access MySQL records as objects.
It accesses a given MySQL database and retrieves the list of tables and information about the respective table fields.
The class can generate code for classes that can be used to access the respective MySQL table records as if they were objects.
The generated classes can have getter and setter functions for each table field, functions to insert or update records with the object values, functions to load a record with a given identifier, and delete the object record.
Comments are closed.