admin\goods_batch.php on line 921 急!!!!!!!

2016-07-07 15:12 来源:www.chinab4c.com 作者:ecshop专家

elseif ($_REQUEST['act'] == 'get_goods')
{
$filter = &new stdclass;----------------921

$filter->cat_id = intval($_GET['cat_id']);
$filter->brand_id = intval($_GET['brand_id']);
$filter->real_goods = -1;
$arr = get_goods_list($filter);

make_json_result($arr);
}


高手速来呀

回答:
新手看帖 学习中 礼貌顶帖

解决方案$filter = &new stdclass; 修改为$filter =new stdclass;