public function __construct()
 {
     parent::__construct();
     $this->oUser = new UserCore();
     $this->oUserModel = new UserCoreModel();
     $this->oValidate = new Validate();
 }
 public function xmlLink()
 {
     parent::xmlLink();
     $this->view->display('links.xml.tpl');
 }