shopex 用的一部分函数
摘要:shopex 里面大量使用 引用传递。牵一发而动全身。修改代码时尽量不要 传值相关的 触碰源码。 set_include_path() 函数 是在脚本里动态地对PHP.ini中include_path进行修改的。constant("WITH_MEMCACHE") 返回一个常量的值defined()
阅读全文
shopex 程序执行流程。
摘要:shopex 程序执行流程:$this->system->loadModel('goods/productCat'); > E:\web\nikeshoes\core\kernel.php 里面的函数 index.php 入口文件 --> shopCore.php ->$GLOBALS['syste
阅读全文