Code Context $applications[] = $this->Application->find('first', $options);
}
return $applications[0]['Application'];
$slugs = array(
(int) 0 => 'dna-rna-shearing'
)
$applications = array(
(int) 0 => array()
)
$slug = 'dna-rna-shearing'
$options = array(
'conditions' => array(
'Application.slug' => 'dna-rna-shearing',
'Application.online' => (int) 1
)
)
ApplicationsController::getBySlug() - APP/Controller/ApplicationsController.php, line 189
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
CakeObject::requestAction() - CORE/Cake/Core/CakeObject.php, line 104
include - APP/View/Elements/Product/detailled.ctp, line 90
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Categories/view.ctp, line 211
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
CategoriesController::slug() - APP/Controller/CategoriesController.php, line 471
ReflectionMethod::invokeArgs() - [internal], line ??