public function init()
 {
     parent::init();
     // do something on initialization //-> see Zend Framework
     // in our case we enable the layout engine (Zend_Layout) for all actions
     $this->enableLayout();
 }
 public function init()
 {
     parent::init();
     $this->enableLayout();
 }