Very basic backend support for storing event location data.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Oct 2009 18:40:11 +0000 (14:40 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 19 Oct 2009 15:16:31 +0000 (11:16 -0400)
commit5e3ac2abe7471c83f8db5980440325c51cd9bb4b
treeba72b644aaa9916d49ad30c4306b8e9cc6b5ffaf
parent22a56b6956a10602b09d345d4cd98477b1280266
Very basic backend support for storing event location data.

Generic abstract storage driver for location data, with concrete drivers
for mySQL using GIS support, and a generic sql driver with no special
GIS abilities (will not support any spatial searches etc..)
kronolith/lib/Driver/Geo.php [new file with mode: 0644]
kronolith/lib/Driver/Geo/Mysql.php [new file with mode: 0644]
kronolith/lib/Driver/Geo/Sql.php [new file with mode: 0644]
kronolith/lib/Kronolith.php
kronolith/scripts/sql/kronolith.mysql.sql
kronolith/scripts/upgrades/2009-10_10_add_geodata.mysql.sql [new file with mode: 0644]
kronolith/scripts/upgrades/2009-10_10_add_geodata.sql [new file with mode: 0644]