Exemplo n.º 1
0
 /**
  * 
  * @param type $path
  * @param type $args
  */
 public function redirect($path, $args = array())
 {
     //
     $url = !Urlman::isUrl($path) ? __HOME__ . '/' . trim($path, '/') : $path;
     //
     Runtime::redirect($url, $args);
 }