PHP Classes

This class works very well and is easy to modify.

Recommend this page to a friend!

      Simple GMap API  >  All threads  >  This class works very well and is...  >  (Un) Subscribe thread alerts  
Subject:This class works very well and is...
Summary:Package rating comment
Messages:2
Author:Dennis Hall
Date:2010-10-28 21:57:22
Update:2010-11-03 16:29:23
 

Dennis Hall rated this package as follows:

Utility: Good
Consistency: Good
Examples: Sufficient

  1. This class works very well and is...   Reply   Report abuse  
Picture of Dennis Hall Dennis Hall - 2010-10-28 21:57:22
This class works very well and is easy to modify.
I am confident enough to try to modify the class to dig the infromation from a DB for display in the map.

That's how much I like it.

  2. Re: This class works very well and is...   Reply   Report abuse  
Picture of Heiko Holtkamp Heiko Holtkamp - 2010-11-03 16:29:23 - In reply to message 1 from Dennis Hall
Thanks Dennis!

My original motivation to write this class was to show data retrieved from a DB to a Google Map. I've not included the DB functionality to the class in order to have it a simple as possible. (Before I have written this class I used phoogle which provides an API for Google Maps V2).
What I am doing is simply including the class in my other PHP script(s) which I am using to read the data from a DB. Next I'm using the addMarker, addCircle etc. functions to show the results on my map.

Cheers!