예제 #1
0
파일: test.php 프로젝트: im286er/LuckyPHP
 protected function redirect()
 {
     return Route::redirect('http://www.microsoft.com');
 }
예제 #2
0
 public static function start($path)
 {
     define('APPLICATION_ROOT', $path);
     Route::init();
     return true;
 }
예제 #3
0
파일: test.php 프로젝트: jasonshaw/LuckyPHP
 public function redirect()
 {
     Route::redirect('http://www.microsoft.com');
 }