Brilliant, worked like a charm! Thanks Hector :)
Regards, Saša Stamenković On Fri, Nov 5, 2010 at 2:41 PM, Hector Virgen <[email protected]> wrote: > I believe that param is added when the application is run(). Since you're > not calling run(), you'll need to add that param manually: > > $bootstrap = $application->getBootstrap(); > Zend_Controller_Front::getInstance()->setParam('bootstrap', $bootstrap); > > -- > Hector Virgen > Sent from my Droid X > On Nov 4, 2010 11:57 PM, "umpirsky" <[email protected]> wrote: >
