I have a website that I'd love to convert to CakePHP, and I was
wondering if there was a means to use a URL syntax that goes like
this:

/users/<username>/<action>

For example, I have a user named "Pete" who would like to post to his
blog; he would go here to do so:

www.website.com/users/Pete/Post

Also, I want to create a registration form, and put it at /
registration, but I get gripes that I need a registration model; I
don't want to put the registration at /users/registration, is there a
way around this?

Using CakePHP 1.2.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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