Code Context {
if ($this->params['action'] == 'category') {
$params['conditions']['TagDetail.tag_id'] = $this->params['pass'][0];
$params = array(
'fields' => array(
(int) 0 => 'Product.id',
(int) 1 => 'Product.name',
(int) 2 => 'Product.mark',
(int) 3 => 'Product.path',
(int) 4 => 'Product.pic',
(int) 5 => 'Product.original_price',
(int) 6 => 'Product.selling_price',
(int) 7 => 'Shop.id',
(int) 8 => 'Shop.name'
),
'recursive' => (int) 1,
'order' => 'Product.selling_price ASC',
'offset' => (int) 0,
'limit' => (int) 24
)
ProductController::_listParams() - APP/Controller/ProductController.php, line 74
ProductController::_listData() - APP/Controller/ProductController.php, line 58
ProductController::category() - APP/Controller/ProductController.php, line 106
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92