Re: Implementing a Search Form

2008-01-23 Thread Peter
Cheers, that's perfect. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PRO

Re: Implementing a Search Form

2008-01-23 Thread grigri
The contents of the $_GET array is accessible through the $this- >params['url'] array. With the added bonus that if you have magic_quotes_gpc on, then they will be stripslashed. For example, consider the following cake url : /products/search/ foo:bar?ham=eggs You then have $this->params['named'