I'm looking through the codes. Don't see any UPDATES or INSERT sql statments. How does counter tracks the visitor and writes to the db??
I'm looking through the codes. Don't see any UPDATES or INSERT sql statments. How does counter tracks the visitor and writes to the db??
Comments
Comment #1
drupalnesia commentedCounter uses Drupal API for Database, the API is db_query(), look at http://api.drupal.org/.
This gives Counter can handle any databases supported by Drupal framework.
Comment #2
resting commentedHi thanks. I found the INSERT statement. I guess it doesn't update the entry at all. It simply adds a new row for every new visits.
Comment #3
drupalnesia commented