예제 #1
0
파일: rendor.php 프로젝트: xpd1437/swap
 protected static function php_uri($target, $for_html = null, $echo = true)
 {
     list($target, $for_html) = self::regularize($target, $for_html);
     return router::build_php_url($target, $echo, $for_html, false);
 }
예제 #2
0
파일: php.php 프로젝트: xpd1437/swap
 public static function redirect_to($target)
 {
     self::redirect_to_url(router::build_php_url($target, false, false));
 }