예제 #1
0
파일: ResolveURL.php 프로젝트: evg299/s4u
 public static function resolveController($redirect_url)
 {
     $urlpath = explode('/', $redirect_url);
     $urlpath = ResolveURL::refactorURLPath($urlpath);
     return self::resolveControllerByURLPath($urlpath);
 }