2017 © Pedro Peláez
 

library mvclite

MVC Lite

image

chanhong/mvclite

MVC Lite

  • Saturday, July 22, 2017
  • by chanhong
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MVCLite

Very lite MVC core class, (*1)

Installation

$ ./composer.phar require chanhong/mvclite 1.0.x-dev, (*2)

copy bootstrap.mvclite.php.dist and rename as bootstrap.mvclite.php, (*3)

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, (*4)

The Versions

22/07 2017

dev-master

9999999-dev

MVC Lite

  Sources   Download

MIT

The Requires

 

mvc lite mvclite