I can't seem to get parameter passing in URLs to work when using the
':' separator...

$html->link(__('List Registration Fees', true), array('controller'=>
'registration_fees', 'action'=>'index', 'conference'=>
$conference['Conference']['id']));

generates a link like this:

http://localhost/conferences/admin/registration_fees/index/conference:47d02855-7270-430f-a533-2e55cabe3434

and in my admin_index($conference = null) {} method I echo out my
$conference variable and its always empty...
however if I change the URL to ....conference/47d02855-7270-430f-
a533-2e55cabe3434 the echo works.

So is there a special switch I have to turn on to get the former to
work?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to