示例#1
0
 public function buildQuery()
 {
     $this->host = strtolower(Comm::getHost());
     $this->uri = strtolower(Comm::getServer('PATH_INFO'));
 }