@@ -170,6 +170,6 @@ |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | public function getQuery() { |
173 | - return "SELECT ". implode(", ", $this->fiels) . " FROM " . implode(",", $this->from) . " WHERE " . implode(" AND ", $this->conditions); |
|
173 | + return "SELECT ".implode(", ", $this->fiels)." FROM ".implode(",", $this->from)." WHERE ".implode(" AND ", $this->conditions); |
|
174 | 174 | } |
175 | 175 | } |
176 | 176 | \ No newline at end of file |