Hey guys i would like to have a No. of views on each article , i came across the following script on SO:
http://stackoverflow.com/a/4762559/4381665Now how would i integrate this into bolt ??
How do i integrate this into bolt though ?? can somebody tell me one simple way of doing this ??
Where would the script go ?? I believe the login would be something like:
Every article would have a additional field named say "views".
Whenever an article is clicked is clicked this script is run and the database is updated .
Am i thinking the right thing ? Please guide me .