Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. return DB::query(Database::SELECT,'SELECT name FROM area where id_city=(select id_city from city where match(name) against(:city in boolean mode))')
  2.         ->param(':city', $city)
  3.                 ->execute($this->_db);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement