function _initialize()
 {
     parent::_initialize();
     $this->categorys = F("Category");
     $this->Model = F("Model");
     import('Form');
 }
 function _initialize()
 {
     parent::_initialize();
     import('Form');
     $group = F("Member_group");
     $Model_Member = F("Model_Member");
     $this->assign("Member_group", $group);
     $this->assign("Model_Member", $Model_Member);
 }
 function _initialize()
 {
     parent::_initialize();
 }
Exemple #4
0
 function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Users");
 }
Exemple #5
0
 function _initialize()
 {
     parent::_initialize();
     $this->comments_model = D("Comments");
 }