Changeset 3388
- Timestamp:
- 08/29/2008 10:11:54 AM (3 months ago)
- Location:
- trunk/modules/gmaps/classes
- Files:
-
- 2 added
- 1 modified
- 7 moved
-
. (added)
-
controller (moved) (moved from trunk/modules/gmaps/controllers) (1 prop)
-
controller/gmaps.php (moved) (moved from trunk/modules/gmaps/controllers/gmaps_demo.php) (2 diffs, 2 props)
-
gmap (added)
-
gmap.php (moved) (moved from trunk/modules/gmaps/libraries/Gmap.php) (1 prop)
-
gmap/icon.php (moved) (moved from trunk/modules/gmaps/libraries/Gmap_Icon.php) (4 props)
-
gmap/marker.php (moved) (moved from trunk/modules/gmaps/libraries/Gmap_Marker.php) (2 props)
-
gmap/options.php (moved) (moved from trunk/modules/gmaps/libraries/Gmap_Options.php) (2 props)
-
model (moved) (moved from trunk/modules/gmaps/models) (1 prop)
-
model/location.php (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/gmaps/classes/controller
-
trunk/modules/gmaps/classes/controller/gmaps.php
- Property copyright changed from Copyright (c) 2008 Kohana Team to Copyright (c) 2007-2008 Kohana Team
r3326 r3388 11 11 * @license http://kohanaphp.com/license.html 12 12 */ 13 class Gmaps_Demo_Controllerextends Controller {13 class Controller_Gmaps extends Controller { 14 14 15 15 // Do not allow to run in production … … 51 51 } 52 52 53 public function azmap()53 public function map_test() 54 54 { 55 55 // Create a new Gmap -
trunk/modules/gmaps/classes/gmap.php
-
trunk/modules/gmaps/classes/gmap/icon.php
- Property svn:eol-style set to LF
- Property copyright set to Copyright (c) 2007-2008 Kohana Team
- Property svn:keywords set to Id
-
trunk/modules/gmaps/classes/gmap/marker.php
- Property copyright changed from Copyright (c) 2008 Kohana Team to Copyright (c) 2007-2008 Kohana Team
-
trunk/modules/gmaps/classes/gmap/options.php
- Property copyright changed from Copyright (c) 2008 Kohana Team to Copyright (c) 2007-2008 Kohana Team
-
trunk/modules/gmaps/classes/model
-
trunk/modules/gmaps/classes/model/location.php
- Property copyright changed from Copyright (c) 2008 Kohana Team to Copyright (c) 2007-2008 Kohana Team
r3326 r3388 17 17 */ 18 18 19 class Location_Modelextends ORM {19 class Model_Location extends ORM { 20 20 21 21 // Exciting!
