Code |
Context$id = "175"
$type = "media"
$article_details = false
$category = null
$articleType = "Articles"
}else{
$articleType = "Articles";
$breadcrumb = '<a href="articles/featured">'.$articleType.'</a> > <a href="/articles/showFromCategory/'.$category.'">'.$this->articleCategory[$category].' > </a>'.$article_details['Article']['title'];
ArticlesController::view() - APP/controllers/articles_controller.php, line 126
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Code |
Context$id = "175"
$type = "media"
$article_details = false
$category = null
$articleType = "Articles"
$breadcrumb = "<a href="articles/featured">Articles</a> > <a href="/articles/showFromCategory/"> > </a>"
$imagesArray = array(
"senior_care" => "senior_care-trans.png",
"health_wellness" => "health_wellness-trans.png",
"finance_legal" => "finance_legal-trans.png",
"tip/caregiver" => "caregiver_tips-trans.png",
"tip/careseeker" => "careseeker_tips-trans.png",
"helpsheet" => "",
"video" => "",
"website" => ""
)
$this->set("bodyClass", "subnav show-page article");
$this->set("breadcrumb", $breadcrumb);
$this->set("image", $imagesArray[$category]);
ArticlesController::view() - APP/controllers/articles_controller.php, line 145
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88