コード例 #1
0
ファイル: View.php プロジェクト: bahrul221/tc-tgm
 public static function redirect($url, $resetFlash = TRUE)
 {
     header('Location: ' . $url);
     App::setResetFlash($resetFlash);
 }