예제 #1
0
 /**
  * Set whether to use the path info to retrieve the page.
  *
  * e.g.
  * true:
  * kburl/index.php/kill_detail/1234
  *
  * false:
  * kburl/?a=kill_detail&id=1234
  *
  * @param boolean $pathinfo Set true to make pathinfo based URLS
  */
 public static function usePath($pathinfo = false)
 {
     self::$pathinfo = !!$pathinfo;
 }