コード例 #1
0
ファイル: ResolveURL.php プロジェクト: evg299/s4u
 public static function resolveController($redirect_url)
 {
     $urlpath = explode('/', $redirect_url);
     $urlpath = ResolveURL::refactorURLPath($urlpath);
     return self::resolveControllerByURLPath($urlpath);
 }