MiniMVC was created to help you organize your code according to the MVC pattern. You need to know the basic about MVC pattern so that you can understand how MiniMVC work.
MiniMVC console is effort to get you up and running in PHP. It can create a fully functional(CRUD) application in just a few minutes.
Requirements:
Currently it supports MySql only Fetching data using PHP PDO
Features:
Generate CRUD code via console MVC Code organization Auto Pagination Customizable number of records per page Twitter Bootstrap CSS Framework
DEMO:
Manual File: http://chauminhduc.com/demo/miniMvc/documentation
Demo: http://chauminhduc.com/demo/miniMvc/posts.php
Manual file is included in download file..