Re: Exclude Array Item on Save

2007-12-02 Thread Samuel DeVore
you can also use the $fieldList parameter in the $modelName-save http://api.cakephp.org/1.2/class_model.html#ebe42ae387be89985b5a35dd428f5c81 Model::save ( $ data = null, $ validate = true, $ fieldList = array() ) Saves model data to the

Exclude Array Item on Save

2007-12-01 Thread wilson
Hiya, I've got a simple image upload form in which the user can come back and update the image, as well as name, description etc. The issue I'm having is that when they come back to only update the description, I don't want the original image to be overridden. So I first thought that I could

Re: Exclude Array Item on Save

2007-12-01 Thread Chris Hartjes
On Dec 1, 2007 4:54 PM, wilson [EMAIL PROTECTED] wrote: Hiya, I've got a simple image upload form in which the user can come back and update the image, as well as name, description etc. The issue I'm having is that when they come back to only update the description, I don't want the