chanhong / mvclite
MVC Lite
dev-master / 1.0.x-dev
2020-07-07 02:43 UTC
Requires
- php: >=5.3.0
- chanhong/pdolite: 1.0.x-dev
- chanhong/phploaderlite: 1.0.x-dev
This package is auto-updated.
Last update: 2025-03-07 12:57:50 UTC
README
Very lite MVC core class
Installation
$ ./composer.phar require chanhong/mvclite 1.0.x-dev
copy bootstrap.mvclite.php.dist and rename as bootstrap.mvclite.php
Usage
// 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