标签:
我的报错代码
DB::unDB($_result = null , $_db);
改成下面这种写法就不报错了。(和php版本有关系)
$_result = null; DB::unDB($_result , $_db);
php报错:Strict Standards: Only variables should be passed by reference in...
原文地址:http://www.cnblogs.com/hereim/p/4865216.html