Dear Kyle Decot I think whenever you define a route in the routes.php you should not repeat the route parameters in every url you want to show... the shortcut is enough
this is first... secondly ->url is for url for hyperlink use ->link On Oct 10, 11:21 pm, Kyle Decot <[email protected]> wrote: > Can someone please help me with this? I've tried posting on here and > on the IRC channel and no one can seem to figure this out...it this > just not possible with cake? All I am trying to do is creating a link > using reverse routing and having named params in the URL. > > On Oct 9, 10:38 pm, Kyle Decot <[email protected]> wrote: > > > > > I want to set up my website so I can have urls like: > > > sample.com/search/ > > sample.com/search/q:search+terms/ > > sample.com/search/country:us/region:oh/ > > ..etc.. > > > I also want to be able to do reverse routing w/ my links. I have my > > routes.php set up like: > > > Router::connect('/search/*', array('controller' => 'model', 'action' > > => 'index')); > > > and then I print a link like: > > > echo $html->url("search",array > > ("controller"=>"model","action"=>"index","q"=>"search terms go > > here")); > > > but the link comes out as: > > > /model/index/q:search/ > > > What am I doing wrong? I have tried to get an answer to this question > > before but nobody can seem to tell me the correct way of doing this. > > Any help you can give me is EXTREMELY appreciated!- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
