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
CRUD methods, to do add, delete, get list of items, update.
HTML forms and lists of items displayer, pagination, view unique item.
Control the Create Read Update Delete operations implemented in the model.