What is the url which is presented in the page? Is it "www.example.com/controller/search?cat[]=4&cat[]=5" or is it "www.example.com/controller/search/cat[]:4/cat[]:5" ? John
On Apr 21, 7:29 pm, Jesse <[email protected]> wrote: > I found a bug track for the exact problem that I'm > having:https://trac.cakephp.org/ticket/5449 > > To me, it looks like this bug should be fixed, but it's still not > working for me. > > If my URL is :www.example.com/controller/search/cat[]:4/cat[]:5 > This is the output. > > Array > ( > [pass] => Array > ( > ) > > [named] => Array > ( > [cat[]] => 5 > ) > > [controller] => onsale_coupons > [action] => search > [plugin] => > [form] => Array > ( > ) > > [url] => Array > ( > [url] => onsale_coupons/search/cat[]:4/cat[]:5 > ) > > [isAjax] => > ) > > My cake version is 1.2.2.8120 (just downloaded today). > > Anyone know why? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
