I was wondering how would i go about a url like this
site/user/{slug}/resume
i have the routing setup so its actually site/user/profile/{slug}
Just not sure how i would go about setting up the controller action. would
it be as normal
function resume ($slug)
{
}
And then the rest controlled thru routing?
Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---