chanhong/mvclite

dev-master / 1.0.x-dev 2020-07-07 02:43 UTC

This package is auto-updated.

Last update: 2024-09-07 12:02:05 UTC


README

非常轻量级的 MVC 核心类

安装

$ ./composer.phar require chanhong/mvclite 1.0.x-dev

复制 bootstrap.mvclite.php.dist 并重命名为 bootstrap.mvclite.php

用法

// 可能不需要这行 // 将以下代码行添加到您的 index.php 中 define('MVCLite', DOCROOT .'/vendor/chanhong/mvclite');
if (file_exists(MVCLite. '/bootstrap.mvclite.php')) require_once(MVCLite. '/bootstrap.mvclite.php'); // 可能不需要这行