fatal error: allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) ine:\wamp\huike\thinkphp\common\common.php on line 650
<?php
ini_set("memory_limit","12m");
//echo ini_get('display_errors');
define('app_name','index');//項目名稱,非整個網站項目,此處是前台項目名稱
define('app_path','./index/');//前端項目路徑
define('runtime_path','./index/indexruntime/');//
require_once './thinkphp/thinkphp.php';
//echo c('username');
//define('app_debug',true);
?>
添加