Example #1
0
 /**
  * Strategy pattern: initialize resource
  *
  * @return mixed
  */
 public function init()
 {
     $this->getBootstrap()->bootstrap('logger');
     $acl = Acl_Application_Acl::getInstance();
     Zend_Registry::set(Acl_Application_Acl::REGISTER_ALIAS, $acl);
 }