PHP Classes / genClass

Generate MySQL table wrapper classes

genClass PHP Class

This class can be used to generate PHP classes to manipulate MySQL database tables. The class can retrieve the list of fields and their data types of a given MySQL table. Then it generates a class with functions to insert, retrieve, update and delete rows of that table. The table field values are stored in class variables.

Similar PHP Classes

Search in PHP Classes

Filter by tags