Howdy,
I’m working on developing a Google Maps plug-in, which is working quite well. What I currently need, though, is some way to know how many times my module has been called on the same page. I’ve searched this site all through, and haven’t found a thing.
The general gist is this:
{exp:mapper id="testMap1"}
{exp:mapper id="testMap1"}
{exp:mapper id="testMap2"}
I want to know, when the mapper module is called, how many times it’s been previously run.
Perhaps a global of some kind? I tried declaring one, but it didn’t seem to persist.
Thanks for the input!
-Daniel
