Re: Prohibit saving of some fields

2009-04-08 Thread majna
http://teknoid.wordpress.com/2009/03/11/blacklist-your-model-fields-for-save/ http://book.cakephp.org/view/257/Configuration On Apr 8, 6:06 pm, "marco.rizze...@gmail.com" wrote: > Hi > I would prohibit saving of some fields that in my edit action in a > controller .

Prohibit saving of some fields

2009-04-08 Thread marco.rizze...@gmail.com
Hi I would prohibit saving of some fields that in my edit action in a controller . I try with $this->Security->disabledFields = array('.); but it doesn't work. I have seen that I can set in save method which fields save but I have many fields so if i can set which field not