Re: history log table

2011-10-04 Thread elogic
When I put the $actAs within my user model for example I get the following error: Undefined property: UsersController::$activeUser [APP/ app_controller.php, line 20] Thanks On Oct 5, 8:20 am, elogic wrote: > Thanks, so where do I add the $activeUser part? > > On Oct 5, 2:06 am, majna w

Re: history log table

2011-10-04 Thread elogic
Thanks, so where do I add the $activeUser part? On Oct 5, 2:06 am, majna wrote: > Add $actsAs to AppModel -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP r

Re: history log table

2011-10-04 Thread majna
Add $actsAs to AppModel -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...

Re: history log table

2011-10-03 Thread elogic
----- > > From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf > > > Of elogic > > Sent: Monday, October 03, 2011 5:07 PM > > To: CakePHP > > Subject: Re: history log table > > > Thanks for the reply. > > > Are you able to ex

Re: history log table

2011-10-03 Thread elogic
oups.com [mailto:cake-php@googlegroups.com] On Behalf > > Of elogic > Sent: Monday, October 03, 2011 5:07 PM > To: CakePHP > Subject: Re: history log table > > Thanks for the reply. > > Are you able to explain further or direct me to something online that > could help m

RE: history log table

2011-10-03 Thread Meroe Kush
Have a look at this: http://bakery.cakephp.org/articles/alkemann/2008/10/21/logablebehavior -Original Message- From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of elogic Sent: Monday, October 03, 2011 5:07 PM To: CakePHP Subject: Re: history log table Thanks

Re: history log table

2011-10-03 Thread elogic
Thanks for the reply. Are you able to explain further or direct me to something online that could help me out in getting this sorted? I'm just starting with cakephp. Thankyou On Oct 3, 7:59 pm, euromark wrote: > you could write a method in the model or even a behavior which will do > that for

Re: history log table

2011-10-03 Thread euromark
you could write a method in the model or even a behavior which will do that for you in the beforeSave() callback it can be triggered globally On 3 Okt., 06:38, elogic wrote: > My client wants a listing of all actions that happen within the system > so they can check back and search the records a