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

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 majna...@gmail.com 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

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 asymo...@elogicmedia.com.au wrote: Thanks, so where do I add the $activeUser part? On

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 asymo...@elogicmedia.com.au wrote: My client wants a listing of all actions that happen within the system so they can check

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 dereurom...@googlemail.com wrote: you could write a method in the model or even a

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
] 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 me out in getting this sorted? I'm just starting with cakephp. Thankyou On Oct 3

Re: history log table

2011-10-03 Thread elogic
: history log table 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 dereurom...@googlemail.com wrote: you could write a method