Skip to content
solidsnake edited this page Dec 20, 2010 · 12 revisions

Welcome to the Kohana-Google-Maps-Module wiki!

Creating a Google-Map in your action

   public function action_index()
   {
      $this->template->gmap = new Gmap();
   } // function
Clone this wiki locally