]> git.openstreetmap.org Git - nominatim.git/commit
factor out parameter parsing into its own class
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 31 Jul 2016 19:04:33 +0000 (21:04 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 20 Aug 2016 11:43:50 +0000 (13:43 +0200)
commit5464dec0570c2451d8607bc739c6f2b6f298bb75
tree0ff505af431c87c404e3e51f69a9513bb3628890
parentfeb458f8dd4c897f3aa688943d75dbf58bc090f5
factor out parameter parsing into its own class

Allows to use the parsing functions in website/search.php and
utils/query.php as well.
13 files changed:
lib/Geocode.php
lib/ParameterParser.php [new file with mode: 0644]
lib/init-website.php
lib/lib.php
lib/website.php [deleted file]
utils/query.php
website/deletable.php
website/details.php
website/hierarchy.php
website/lookup.php
website/polygons.php
website/reverse.php
website/search.php