Why not from the controller? Sure from model makes more sense but you can still do it from the controller
$this->alias->saveField() From: [email protected] [mailto:[email protected]] On Behalf Of Chetan Varshney Sent: Sunday, April 28, 2013 3:02 PM To: [email protected] Subject: Re: Is it possible to add any date for saving in beforeSave method in app_controller.php Please ignore previous reply- Now You cannot do save these fields from app controller rather than you can do it from app_model. override beforeSave function and modify query for changed_by and modified_by On Sun, Apr 28, 2013 at 10:56 PM, Zahidur Rahman <[email protected]> wrote: Hi Experts, I have almost 23 table in which i have added created_by and modified_by field. Is there any way to save these two field from app_controller.php. I mean i dont want to add those field in eash method where i am saving. I want to do it from app_controller.php. Please let me know it is possible or not. Thanks Zahid -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:cake-php%[email protected]> . To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Chetan Varshney Ektanjali Softwares Pvt Ltd -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
