chanhong / mvclite
MVC Lite
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/chanhong/mvclite
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-10-07 14:30:43 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