示例#1
0
 function tagcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('tag');
     $this->load('misc');
 }
示例#2
0
 function feedcontrol()
 {
     parent::__construct();
     $this->init_input();
 }
示例#3
0
文件: pm.php 项目: dw250100785/shopnc
 function pmcontrol()
 {
     parent::__construct();
     $this->load('user');
     $this->load('pm');
 }
示例#4
0
 function domaincontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('domain');
 }
示例#5
0
 function cachecontrol()
 {
     parent::__construct();
 }
示例#6
0
 function friendcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('friend');
 }
示例#7
0
文件: user.php 项目: noikiy/ejia
	function usercontrol() {
		parent::__construct();
		$this->load('user');
		$this->app = $this->cache['apps'][UC_APPID];
	}
示例#8
0
文件: app.php 项目: noikiy/ecmall
 function appcontrol()
 {
     parent::__construct();
     $this->load('app');
 }