2009年12月9日星期三

Re: [fw-mvc] Module Bootstrap Resource

Jurian,

Thank you very much.  I didn't even know about that.

Jon
--
Zend Certified EngineerJon Whitcraft
Zend Certified Engineer
jwhitcraft@mac.com



Jurian Sluiman wrote:
You should fetch the module bootstrap class via the Modules bootstrap  resource. Afaik it's something like this (it works for me with the  getOptions() method instead of getResource at least):  $this->getInvokeArg('bootstrap')         ->getResource('modules')         ->offsetGet($this->getRequest()->getModuleName())         ->getResource('logger');  Regards, Jurian   

没有评论: