function _initialize()
 {
     parent::_initialize();
     $this->games_obj = D("Games");
     $this->terms_obj = D("Gterms");
     $this->terms_relationship = D("GtermRelationships");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->posts_obj = D("Posts");
     $this->terms_obj = D("Pterms");
     $this->terms_relationship = D("PtermRelationships");
 }
Ejemplo n.º 3
0
 function _initialize()
 {
     parent::_initialize();
     $this->users_obj = D("Users");
     $this->role_obj = D("Role");
 }
Ejemplo n.º 4
0
 function _initialize()
 {
     parent::_initialize();
     $this->initMenu();
 }
 function _initialize()
 {
     parent::_initialize();
     $this->terms_obj = D("Gterms");
     $this->assign("taxonomys", $this->taxonomys);
 }
Ejemplo n.º 6
0
 function _initialize()
 {
     parent::_initialize();
     $this->slidecat_obj = D("SlideCat");
 }
Ejemplo n.º 7
0
 function _initialize()
 {
     parent::_initialize();
     $this->link_obj = D("Links");
 }
Ejemplo n.º 8
0
 function _initialize()
 {
     parent::_initialize();
     $this->Menu = D("Menu");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->comments_model = D("Comments");
 }
Ejemplo n.º 10
0
 function _initialize()
 {
     parent::_initialize();
     $this->ad_obj = D("Ad");
 }
Ejemplo n.º 11
0
 function _initialize()
 {
     parent::_initialize();
     $this->posts_obj = D("Posts");
 }
Ejemplo n.º 12
0
 function _initialize()
 {
     parent::_initialize();
     $this->Role = D("Role");
 }
Ejemplo n.º 13
0
 public function _initialize()
 {
     parent::_initialize();
     $this->backup_path = '/data/backup/';
     $this->_database_mod = M();
 }
Ejemplo n.º 14
0
 function _initialize()
 {
     parent::_initialize();
     $this->options_obj = D("Options");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->guestbook_model = D("Guestbook");
 }
Ejemplo n.º 16
0
 function _initialize()
 {
     parent::_initialize();
     $this->navcat = D("NavCat");
 }
Ejemplo n.º 17
0
 function _initialize()
 {
     parent::_initialize();
     $this->games_obj = D("Games");
 }