Esempio n. 1
0
 public static function resolveController($redirect_url)
 {
     $urlpath = explode('/', $redirect_url);
     $urlpath = ResolveURL::refactorURLPath($urlpath);
     return self::resolveControllerByURLPath($urlpath);
 }