Table counter
From Zen Cart(tm) Wiki
Contents |
Database Version
- 1.3.5
Description
- Stores one row to keep track of page views on the catalog side of the site (does not count admin page views).
Table Details
Primary Key
- None
Indexed Fields
- None
Columns
startdate
- The date the counter option first started recording page views in the form YYYYMMDD.
Type: char(8) Null: Yes Default: NULL
counter
- The total number of page views.
Type: int(12) Null: Yes Default: NULL
Default Entries
startdate: This value will always be the date that the first pageview on the catalog side of the site was made. counter: NULL