Aranızda Zend 1.9.x oturum açmak için kundakçı kullanarak doğru yönde beni işaret edebilir?
Ben kullanıyorum: (Zend Framework Manuel sayfa)
// Place this in your bootstrap file before dispatching your front controller
$writer = new Zend_Log_Writer_Firebug();
$logger = new Zend_Log($writer);
// Use this in your model, view and controller files
$logger->log('This is a log message!', Zend_Log::INFO);
ancak onun tüm çalışma değil.