public function __construct() { parent::__construct(); $this->view->layout = '/Front/'; $this->loadModel('Usuarios_Usuarios'); $this->loadHelper('Basic'); }
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'); }
public function __construct() { parent::__construct(); $this->view->layout = "/Admin/"; }
public function __construct() { parent::__construct(); $this->view->layout = '/Front/'; }