Sunday, April 28, 2013

RE: Is it possible to add any date for saving in beforeSave method in app_controller.php

Why not from the controller? Sure from model makes more sense but you can still do it from the controller

 

$this->alias->saveField()

 

 

 

From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Chetan Varshney
Sent: Sunday, April 28, 2013 3:02 PM
To: cake-php@googlegroups.com
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 <zahidcuetcse@yahoo.com> 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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: