PHP代码:
<?php
define('APP_NAME','Index');//项目名称
define('ROOT_PATH',dirname(__FILE__));//定义绝对路径
define('APP_PATH',ROOT_PATH.'/Index/');//定义项目路径
include ROOT_PATH.'/ThinkPHP/ThinkPHP.php';//引入核心文件
?>
错误信息:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\AppServ\www\think\ThinkPHP\Common\common.php on line 657