José Carlos
José Carlos

Reputation: 1015

array get params on zend framework

I am working with zend framework and I want to know how to pass array params to zend url. I mean:

lala.com?foo=123 => lala.com/foo/123/

What about

lala.com?foo[]=123&foo[]=456 => ???

Thanks in advance

Upvotes: 0

Views: 1102

Answers (1)

bububaba
bububaba

Reputation: 2870

I don't think it is possible at all. See http://framework.zend.com/issues/browse/ZF-2986

Upvotes: 1

Related Questions