function uc_tagcontrol() { parent::__construct(); $this->init_input(); $this->load('uc_tag'); $this->load('uc_misc'); }
function friendcontrol() { parent::__construct(); $this->init_input(); $this->load('friend'); }
function cachecontrol() { parent::__construct(); }
function appcontrol() { parent::__construct(); $this->load('app'); }
function usercontrol() { parent::__construct(); $this->load('user'); $this->app = $this->cache['apps'][UC_APPID]; }
function uc_pmcontrol() { parent::__construct(); $this->load('uc_user'); $this->load('uc_pm'); }
function feedcontrol() { parent::__construct(); $this->init_input(); }
function uc_domaincontrol() { parent::__construct(); $this->init_input(); $this->load('uc_domain'); }
function uc_mailcontrol() { parent::__construct(); $this->init_input(); }