Skip to content
mgckid edited this page Dec 19, 2017 · 1 revision

Welcome to the framework wiki! usage: 1:create a index.php file in your webroot 2:include "framework\vendor\houduanniu\index.php" in created index.php

#设置开发环境 defined('ENVIRONMENT') or define('ENVIRONMENT', 'develop'); #载入框架入口脚本 require 'D:/www/framework/vendor/houduanniu/index.php';

Clone this wiki locally