Beispiel #1
0
 public function path()
 {
     import('Http/CRequest');
     $r = new CRequest();
     echo $r->getPathInfo();
 }