示例#1
0
文件: ResolveURL.php 项目: evg299/s4u
 public static function resolveController($redirect_url)
 {
     $urlpath = explode('/', $redirect_url);
     $urlpath = ResolveURL::refactorURLPath($urlpath);
     return self::resolveControllerByURLPath($urlpath);
 }