Пример #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
 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
	function usercontrol() {
		parent::__construct();
		$this->load('user');
		$this->app = $this->cache['apps'][UC_APPID];
	}
Пример #8
0
 function appcontrol()
 {
     parent::__construct();
     $this->load('app');
 }