Exemple #1
0
 function uc_tagcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('uc_tag');
     $this->load('uc_misc');
 }
Exemple #2
0
 function friendcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('friend');
 }
 function cachecontrol()
 {
     parent::__construct();
 }
Exemple #4
0
 function appcontrol()
 {
     parent::__construct();
     $this->load('app');
 }
Exemple #5
0
 function usercontrol()
 {
     parent::__construct();
     $this->load('user');
     $this->app = $this->cache['apps'][UC_APPID];
 }
Exemple #6
0
 function uc_pmcontrol()
 {
     parent::__construct();
     $this->load('uc_user');
     $this->load('uc_pm');
 }
Exemple #7
0
 function feedcontrol()
 {
     parent::__construct();
     $this->init_input();
 }
Exemple #8
0
 function uc_domaincontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('uc_domain');
 }
Exemple #9
0
 function uc_mailcontrol()
 {
     parent::__construct();
     $this->init_input();
 }