Code |
Context $data_out = $value1['nom'];
}
return $data_out;
$index = 3
$data_in = array(
array(
"Category" => array()
),
array(
"Category" => array()
),
array(
"Category" => array()
)
)
$value = array(
"Category" => array(
"id" => "3",
"nom" => "L'Entreprise",
"alias" => "entreprise",
"ordre" => "1"
)
)
$value1 = array(
"id" => "3",
"nom" => "L'Entreprise",
"alias" => "entreprise",
"ordre" => "1"
)
CategoriesController::getTitre() - APP/controllers/categories_controller.php, line 29
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
Object::requestAction() - CORE/cake/libs/object.php, line 95
ContactController::index() - APP/controllers/contact_controller.php, line 11
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83