How to manage instutional repository in MySQL database #crud example
Edit
by Hameed Ganiyat O - 9 years ago (2015-09-09)
Manage institutional repository application
| I need to create, update and delete records from PHP MySQL application. |
Ask clarification
1 Recommendation
PHP CRUD generator: Generate classes to manipulate MySQL table records
This class can generate classes to manipulate MySQL table records.
It takes the name of a given MySQL database table and generates code for classes to create, list, update and delete records of that table.
The class also generates scripts to perform each of those database table records operations.
| by Manuel Lemos 26695 - 9 years ago (2015-09-12) Comment
If have many types of records to manipulate, this package can generate classes to manage multiple types of records using a CRUD interface. |