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