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