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:

Reply via email to