Is there a reason your passing data like this through URLs? What are you trying to achieve?
On Mar 29, 9:04 am, "[email protected]" <[email protected]> wrote: > I have solved it. pretty simple. > > examples.com/:controller/:action/? > names[]=John&names[]=Tomas&names[]=Susan > > then just call > $this->params['url'] to get your array 'names'. > > PS: you can also do nested arrays like names[0] > [email][email protected]&names[1][email]=..... > > Tomas > > On 29 bře, 11:59, "[email protected]" <[email protected]> wrote: > > > Hi, is there a chance to pass simple array via URL? > > >http://example.com/name:John/name:Tom/name:Susan > > > Then I should recieve back my array of names .... array('John', > > 'Tom', 'Susan'); > > > Any idea how the URL should look like? > > > Thanks > > Tomas 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 To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
