コード例 #1
0
ファイル: RouteDispatcher.php プロジェクト: hihus/pi
 public function buildQuery()
 {
     $this->host = strtolower(Comm::getHost());
     $this->uri = strtolower(Comm::getServer('PATH_INFO'));
 }