No, Im taking over an old site someone else built and they have some custom javascript that allows users to drag crap around and they wanted to save some of the data information on that. No jquery since it was custom code they used so I needed a quick way to simply pass that data off to the controller. No forms, no actual fields. I just called it field and used the #id name as the field ($something = the something field in the db I was going to save) and took that along with the object.
I know made no sense but I was stuck and need something quick. But that's all done now. Thanks all Dave -----Original Message----- From: cricket [mailto:[email protected]] Sent: November-04-10 2:33 AM To: [email protected] Subject: Re: Help with array On Wed, Nov 3, 2010 at 9:57 PM, Dave Maharaj <[email protected]> wrote: > > It has a model. Im using a jquery plugin and where the user slides something > I have a #id which corresponds to a field and a value so I want to save it > but it has no built in way to save that data so that's what im trying to do! Couldn't you create a hidden form? Update the form element corresponding to the field based on your slider position and submit. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
