On Dec 13, 2:56 pm, McScreech <[email protected]> wrote: > Thanks very much Andy. > > I have not read about this inability to pass 1-dimensional data > anywhere before. > Is this detail in the manual somewhere? In the API?
I doubt it - if you use cake's form helper it will create inputs cake can understand, so it's only relevant if you write form inputs by hand - or set model to false or some other not-80/20 circumstance - in principle. The difference is only what data made it into $this-> data on the controller. You can of course always put/pull data out of $_POST directly. > May I infer from your reply that it IS now possible in 2.0? Should do, though I haven't double checked. I'm pretty sure that was mentioned in one of the release announcements. > Also, (if I'm not asking too much here) why was this so? I doubt it was deliberate, though I could be wrong - more likely an accidental consequence. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
