示例#1
0
 /**
  * Tells Sijax the URI to submit ajax requests to.
  * If you don't pass a request URI, the current URI would be
  * detected and set automatically.
  *
  * @param string $uri
  */
 public static function setRequestUri($uri)
 {
     self::$_requestUri = $uri;
 }