Code Context }
$conditionsServices['ServicesPrice.service_id'] = $servicesPriceIds;
$id = '531'
$cities = array()
$neighborhoods = array()
$stores = array()
$searched = false
$order = array(
'sort' => 'ProductsPrice.price',
'direction' => 'asc'
)
$conditions = array(
'Product.category_id' => '531',
'User.active' => (int) 1
)
$conditionsServices = array(
'ServicesPrice.service_id' => null
)
$prices = array()
$services = array()
ProductsController::index() - APP/Controller/ProductsController.php, line 199
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108