im having strange bug meaning from time to time my application inserts wrong values in my MySQL table users
. I was trying to edit user in many ways but couldn't find where is bug in my code so my question is: Does CakePHP have somekind of access list what fields can be updated in given action
for example : in action action1
fields like created
and active
can be updated and in any other action thore fields cannot be updated
or is there a tool that can log all mysql updates so i can trace when this bug is occuring?