I have a Zend Framework application based on the quick-start setup.
I\'ve gotten the demos working and am now at the point of instantiating a new model class to do some
Since version 1.8 you can use the below code in your Controller:
$my = $this->getInvokeArg('bootstrap')->getOption('my');