...
|
...
|
@@ -28,7 +28,7 @@ class IndexController extends AbstractAction |
|
|
{
|
|
|
// 过滤请求参数
|
|
|
$condition = filter_input_array(INPUT_GET, array(
|
|
|
'shop_id'=>FILTER_DEFAULT,
|
|
|
'shop'=>FILTER_DEFAULT,
|
|
|
'brand' => FILTER_DEFAULT,
|
|
|
'sort' => FILTER_DEFAULT,
|
|
|
'msort' => FILTER_DEFAULT,
|
...
|
...
|
@@ -149,7 +149,7 @@ class IndexController extends AbstractAction |
|
|
|
|
|
/* 过滤请求参数 */
|
|
|
$condition = filter_input_array(INPUT_GET, array(
|
|
|
'shop_id' => FILTER_DEFAULT,
|
|
|
'shop' => FILTER_DEFAULT,
|
|
|
'sort' => FILTER_DEFAULT,
|
|
|
'msort' => FILTER_DEFAULT,
|
|
|
'misort' => FILTER_DEFAULT,
|
...
|
...
|
|