22/07
2017
Wallogit.com
2017 © Pedro Peláez
MVC Lite
Very lite MVC core class, (*1)
$ ./composer.phar require chanhong/mvclite 1.0.x-dev, (*2)
copy bootstrap.mvclite.php.dist and rename as bootstrap.mvclite.php, (*3)
// might not need this
// add these lines to your index.php
define('MVCLite', DOCROOT .'/vendor/chanhong/mvclite');
if (file_exists(MVCLite. '/bootstrap.mvclite.php'))
require_once(MVCLite. '/bootstrap.mvclite.php');
// might not need this, (*4)