> Hi - > I am trying to build a simple site tracking system to gather some simple > analytics on a site we are using. > I can not use a third party analytics system like Google Analytics because > the site is on an internal network only and we need to track some site > specific information, such as user. > > I did have a chunk of code in the app_controller inside of the > beforeFilter() function. > It did just what I wanted except on some actions it was executed more than > once, and on some controllers when it's own beforeFilter function was added > - that bypassed my tracking code in the app_controller.
When you overwrite a beforeFilter() you *have* to call parent::beforeFilter(). > Any ideas on how to accomplish this? > > > > ------------------------- > > Sell your car easy - ForSaleSticker.com > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
