Can any body tell how to save and update database table using Model save function without modifying the created and modified fields in cakephp 2.*
Can any body tell how to save and update database table using Model save
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t want the modified field to be updated when saving some data add
to your $data array
Ref: Saving Data
Hope it helps
Example: