예제 #1
0
 function uc_tagcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('uc_tag');
     $this->load('uc_misc');
 }
예제 #2
0
파일: friend.php 프로젝트: qimeijun/OCenter
 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
파일: feed.php 프로젝트: fishling/chatPro
 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();
 }