How To Create Hit Counter

Hi guys

I need to create hit counter for my aeb app.how Do I do that?can you exp[lain how to do it???

simply add code at your controller action, check for ip. !!

I think you will find CController.beforeAction() and CActiveRecords.updateCounters() usefull.