An open API service indexing awesome lists of open source software.

https://github.com/rstoetter/ctabletoclass-php

A PHP code generator, which examines the fields of a given table of a SQL database and generates a PHP file, that contains a PHP class, which can be used for common actions (ADD, EDIT, DELETE, DELETE CASCADING) on the table. Per table the generator provides four class modules
https://github.com/rstoetter/ctabletoclass-php

class code-generator php sql-database

Last synced: 4 months ago
JSON representation

A PHP code generator, which examines the fields of a given table of a SQL database and generates a PHP file, that contains a PHP class, which can be used for common actions (ADD, EDIT, DELETE, DELETE CASCADING) on the table. Per table the generator provides four class modules

Awesome Lists containing this project