Any ideas on how to debug a modified field that is not being updated? The created field works fine.
I'm not sure what code you would need to look at so let me know!
Thanks
|
Any ideas on how to debug a modified field that is not being updated? The created field works fine. I'm not sure what code you would need to look at so let me know! Thanks |
|||
|
|
|
Like Anh Pham said, the |
|||||||
|
|
That field should be named 'modified' with 'datetime' type. Cake should update the field automatically for you. If you want to check, just query it, or look into the database. |
|||
|
|
|
You should try checking if you didn't use
before saving your data, if you think you didn't - double check it |
||||
|
|
|
The problem might also arise if you use manual update queries. The field is updated only when you use Cake's own functions. |
|||
|
|