Ben bu özel hata işleyicisi var:
`Class AppError Hataİşleyici {uzanır
function error404($params) { $this->controller->layout = 'public'; $this->controller->set('title','Droptor Page Not Found'); parent::error404($params); } }`
And I can't seem to use any layout that has this:
$javascript->link('jquery',true)
Yani JS yardımcı yüklü değil. Ben denetleyicisi bu şunlardır Ama eğer: var $helpers = array('javascript');
hala çalışmıyor. Ne de App::import('Helper', 'javascript');