
destoon
汪小君
web前端爱好
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
destoon源码解读lesson1—common.inc.php(公共配置文件,根目录下面)
<?php/* [Destoon B2B System] Copyright (c) 2008-2016 www.destoon.com This is NOT a freeware, use is subject to license.txt*/define('DT_DEBUG', 0);//记得关掉if(DT_DEBUG) { error_reportin...原创 2018-03-27 12:02:01 · 1709 阅读 · 0 评论 -
destoon源码解读lesson2—mobile/common.inc.php(手机端公共配置文件)
<?php/* [Destoon B2B System] Copyright (c) 2008-2016 www.destoon.com This is NOT a freeware, use is subject to license.txt*/define('DT_MOBILE', true);//加载根目录下的common.inc.phprequire su...原创 2018-03-27 12:03:25 · 1790 阅读 · 0 评论