摘要: 1.进入根目录的入口文件,index.php require_once(DIR_SYSTEM . 'startup.php');//最为重要的一步 start('catalog');//执行了这个方法 2.根目录/mycncart/system/startup.php 文件 在这个文件里,定义了需要php版本,php配置和一些server spl_autoload_register('... 阅读全文
posted @ 2017-01-23 17:18 myvic 阅读(376) 评论(0) 推荐(0)