Is it possible to pass an array through named arguments and have it
accessible via $this->passedArgs?

How would you convert an array as such to a named argument

Array
        (
            [foo] => "foo1"
            [bar] => Array
                (
                    [0] => "bar0"
                    [1] => "bar1"
                )
        )

it becomes foo:foo1/bar:Array if passed to Router::url to generate the
url

Is it not possible to have arrays in named arguments? Then how can we
handle multiple values generated by multiple selects or checkboxes?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to