Exemple #1
0
 /**
  * CJAX is bein called from within a child directory then you will need to specify
  * the url where CJAX is located (eg. http://yoursite.com/cjax)
  *
  * @param string $Path [CJAX URL]
  */
 function path($path)
 {
     self::$path = $path;
 }