I'm afraid I don't understand your question. I tried your example and
I got a link to /neue_anzeige, as expected.
If you want to pass a parameter to the controller, try:
Router::connect(
'/neue_anzeige/:day',
array(
'controller'
=> 'pages',
'action'=>'display'
)
);
Then check $this->params['day'] in the controller. It holds whatever
you appended to the /neue_anzeige/ url.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---