Having a go at the Wizard component...only issue I have is routing it. The
routes they have defined will not work in my setup.
 
They have
Router::connect('/signup', array('controller' => 'signup', 'action' =>
'wizard'));
 
I need to modify that into: 
Router::connect('employers/:employer_slug/signup',array('controller' =>
'jobs', 'action' => 'wizard'),array('steps' => '[-_A-Za-z]+','pass' =>
array('signup')));
 
when i go to the url /employers/maryjane/signup i get redirected to
jobs/wizard/account

How can I keep employers/:employer_slug/ in the url?

Thanks,
 
Dave 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to