exSilicon is a PHP code generator that help programmers to build MVC module from a given database structure!

exSilicon generate all the MVC code who is common to all project who use a database table, it use PDO or MSQLi and data binding to access the database and it's vanilla PHP

Model

CRUD methods, to do add, delete, get list of items, update.

View

HTML forms and lists of items displayer, pagination, view unique item.

Controller

Control the Create Read Update Delete operations implemented in the model.

Try it, it's FREE