コード例 #1
0
ファイル: Routes.php プロジェクト: scottyadean/kiss-cm
 public function error($args = '')
 {
     // set the header and stats code.
     Headers::Set(404, $this->format);
     $this->title = "File Not Found";
     return $this->template->mvc($this->getMvcConfig());
 }