예제 #1
0
파일: tag.php 프로젝트: dw250100785/shopnc
 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');
 }