Ejemplo n.º 1
0
 function tagcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('tag');
     $this->load('misc');
 }
Ejemplo n.º 2
0
 function feedcontrol()
 {
     parent::__construct();
     $this->init_input();
 }
Ejemplo n.º 3
0
 function pmcontrol()
 {
     parent::__construct();
     $this->load('user');
     $this->load('pm');
 }
Ejemplo n.º 4
0
 function domaincontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('domain');
 }
Ejemplo n.º 5
0
 function cachecontrol()
 {
     parent::__construct();
 }
Ejemplo n.º 6
0
 function friendcontrol()
 {
     parent::__construct();
     $this->init_input();
     $this->load('friend');
 }
Ejemplo n.º 7
0
Archivo: user.php Proyecto: noikiy/ejia
	function usercontrol() {
		parent::__construct();
		$this->load('user');
		$this->app = $this->cache['apps'][UC_APPID];
	}
Ejemplo n.º 8
0
 function appcontrol()
 {
     parent::__construct();
     $this->load('app');
 }