As usual Thanks Matthew

Eric Haskins


Matthew Weier O'Phinney-3 wrote:
> 
> Is your new controller properly calling the parent in its init() method?
> 
>     class FooController extends App_Controller
>     {
>         public function init()
>         {
>             parent::init();
> 
>             // do some more...
>         }
>     }
> 
> If not, that would account for $_flashMessenger being a non-object on
> that line, as it would not have been initialized...
> 
> -- 
> Matthew Weier O'Phinney
> Project Lead            | matt...@zend.com
> Zend Framework          | http://framework.zend.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/App-Controller.php-and-ZF-1.8-Bootstrap-tp24455220p24456908.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to