Context |
Code$this = contentcontroller object
exit();
}
function show($id) {
$content = $this->Content->findById($id);
show - [internal], line ??
contentcontroller::show() - CORE/app/controllers/content_controller.php, line 14
dispatcher::_invoke() - CORE/cake/dispatcher.php, line 341
dispatcher::dispatch() - CORE/cake/dispatcher.php, line 323
[main] - CORE/app/webroot/index.php, line 82
Context |
Code$this = contentcontroller object
}
function show($id) {
$content = $this->Content->findById($id);
$this->set('content', $content);
content::show() - [internal], line ??
contentcontroller::show() - CORE/app/controllers/content_controller.php, line 15
dispatcher::_invoke() - CORE/cake/dispatcher.php, line 341
dispatcher::dispatch() - CORE/cake/dispatcher.php, line 323
[main] - CORE/app/webroot/index.php, line 82