Esempio n. 1
0
 public function show()
 {
     $code = STD::arr($this->code_error, $this->message, $this->code_error['500']);
     Controller::factory()->header($_SERVER['SERVER_PROTOCOL'], $code);
     View::factory()->bind('error', $code)->response('http_error/default');
 }
 public function __construct(array $get = array())
 {
     parent::__construct($get);
     Login::user_uid();
 }