May 19th, 2009, 5:20 AM
(May 18th, 2009, 2:47 PM)Ben Wrote: Interesting...! I haven't heard of passing the data in that way before. How is the information made sense of without specifying the key? value/value/value wouldn't let you know what information is in each section.
Is this way of passing the info along standardized?
- Ben
Ben, the keys are defined in the application controller. Of course, that implies that the order matters. (The FT does it anyway based on the order of the pairs defined in the last step of form config).
And yes, it is a standardized way of passing the info in the MVC OOP. It is also a cleaner way to pass info, evidently. ;-)