I am trying to setup the logable behavour (link below) but I cannot seem to work out where the $activeUser line goes in the scheme of things.
I have tried within the AppController and the UserModel but each time I get this error (or similar):
Undefined property: UsersController::$activeUser [APP/
app_controller.php, line 20]
Any ideas?
Thankyou
LINK: http://bakery.cakephp.org/articles/alkemann/2008/10/21/logablebehavior
It ended up being a simple issue. My code when the above issue was happening:
AND NOW THE WORKING CODE:
Just had to add in $this->Auth->user() into the activeUser area and all is fine. Thankyou