Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->view->layout = '/Front/';
     $this->loadModel('Usuarios_Usuarios');
     $this->loadHelper('Basic');
 }
Example #2
0
 public function __construct($mensagem)
 {
     parent::__construct();
     $this->view->message = $mensagem['message'];
     $this->view->file = $mensagem['file'];
     $this->view->line = $mensagem['line'];
     $this->view->css = 'bg-danger';
     $this->view->render('Error_Error');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->view->layout = "/Admin/";
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->view->layout = '/Front/';
 }