Hi all,

I have this defined in my Bootstrap.php:

protected function _initLog(){
  $log = new Zend_Log();
  $log->addWriter(new Zend_Log_Writer_Firebug());
  return $log;
}

This is accessible from within the action controllers using this:
  $this->log = $this->getInvokeArg('bootstrap')
                    ->getResource('log');

but I can't figure out how to access this from within a plugin
controller.

Any helpers out there?
 
TIA,
Mike Wright


-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to