Example #1
0
 public function init()
 {
     $this->_modelAcl = new Model_Acl();
     $this->_modelUserMeta = new Model_UserMeta();
     $this->_modelUser = new Model_User();
     parent::init();
 }
Example #2
0
 public function init()
 {
     //$this->_model = new Model_Project();
     parent::init();
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->_model = new Model_Milestone();
 }
Example #4
0
 public function init()
 {
     parent::init();
     $this->_model = new Model_Ticket();
 }
Example #5
0
 public function init()
 {
     parent::init();
 }