PHP Classes / Convert MySQL tables to PHP class

Generate code to access MySQL records as objects

Convert MySQL tables to PHP class PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags