1 Star 0 Fork 3

jex2023/YYTPHP

forked from YYT/YYTPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
YYT 提交于 2013-08-06 10:51 . 创建 Demo
<?php
/**
*------------------------------------------------
* Author: YYT[QQ:375776626]
*------------------------------------------------
*/
require './YYTPHP/Web.php';
Web::config('debug', true);
//配置网站模板路径
Web::config('template_path', ROOT_PATH.'/demo/template');
//配置模板编译路径
Web::config('template_compile_path', ROOT_PATH.'/demo/temp');
//需开启URL重写模块
Web::config('url_rewrite', true);
//URL参数分隔符
Web::config('url_space', '-');
//运行你的网站
Web::run(ROOT_PATH.'/demo/controller');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cguang/yytphp.git
git@gitee.com:cguang/yytphp.git
cguang
yytphp
YYTPHP
master

搜索帮助