Phpistols generate all the MVC code who is common to all project using a database table, it use PDO or MSQLi and data binding to access the database and the PHP code is framework agnostic
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.