Oddest bug.
I'm parsing a template and inserting same values pulled from a db. I also have a model set up that logs some statistics each time the parsed page is viewed(all brought together in the same method). Trouble I'm having is that the stat is logged three times in the db. Identical values on three different rows.
I am using some routing and pull an id and parameter2 value from the URL.
This has been bugging me all day and any ideas would be appreciated