Пример #1
0
 /**
  * @method init
  * Variable que guarda la accion a realizar
  * @access public
  *
  */
 public function init()
 {
     $this->getControllerMenu();
     $this->getControllerPage();
     $this->getControllerRequest();
     $this->getControllerSession();
     $this->getControllerToken();
     $this->getControllerAccess();
     $this->getControllerFormat();
     $this->getControllerCookie();
     $this->db = modelDB::getInstance();
 }