Code Context $data = $this->Product->find('all',array(
'contain' => array('ProductImage' => array('order'=>'ProductImage.sort_order ASC')),
'conditions' => array('Product.category_id' => $cat_id['Category']['id']),
$slug = 'Industrial-shoot'
$cat_id = array()
ProductController::index() - APP/Controller/ProductController.php, line 131
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111