コード例 #1
0
ファイル: uc_tag.php プロジェクト: source-hunter/tipask
 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
ファイル: cache.php プロジェクト: zhendeguoke1008/weixin_shop
 function cachecontrol()
 {
     parent::__construct();
 }
コード例 #4
0
ファイル: app.php プロジェクト: terrydeng/beimeibang1205
 function appcontrol()
 {
     parent::__construct();
     $this->load('app');
 }
コード例 #5
0
ファイル: user.php プロジェクト: kerneltravel/QuoraCms
 function usercontrol()
 {
     parent::__construct();
     $this->load('user');
     $this->app = $this->cache['apps'][UC_APPID];
 }
コード例 #6
0
ファイル: uc_pm.php プロジェクト: source-hunter/tipask
 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
ファイル: uc_domain.php プロジェクト: source-hunter/tipask
 function uc_domaincontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('uc_domain');
 }
コード例 #9
0
ファイル: uc_mail.php プロジェクト: source-hunter/tipask
 function uc_mailcontrol()
 {
     parent::__construct();
     $this->init_input();
 }