PHP头条
热点:

php开发遇到错误Creatingdefaultobjectfromemptyvalue求大神帮忙解决下


php

代码:
14 define('IN_ECS', true);
15 $smarty->left_delimiter = '';
17 require(dirname(__FILE__) . '/includes/init.php');
18 if ((DEBUG_MODE & 2) != 2)
19 {
20 $smarty->caching = true;
21 }

报错:Strict Standards: Creating default object from empty value in D:\AppServ\www\ahome\index.php on line 15

www.phpzy.comtrue/phpyy/1182.htmlTechArticlephp开发遇到错误Creatingdefaultobjectfromemptyvalue求大神帮忙解决下 php 代码: 14 define('IN_ECS', true); 15 $smarty->left_delimiter = ''; 17 require(dirname(__FILE__) . '/includes/init.php'); 18 if ((DEBUG_MODE 21 } 报错:St...

相关文章

相关频道:

PHP之友评论

今天推荐