https://github.com/ribafs/simplest-mvc-php
The main objective is show the simplest application example in PHP with MVC.
This sample use only includes - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc1
This sample use autoload, namespace, composer with PST-4 - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc2
This sample use PDO to select all registers from a table - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc3
- https://github.com/victorcmarinho/CRUD-MVC-PHP
- http://www.w3programmers.com/crud-with-php-mvc-pdo-json-and-twitter-bootstrap/
- https://github.com/jescascela/MVC-PHP
- https://github.com/jvadillo/php-mvc-step-by-step
MIT
Suggestions, issues and forks