Connect a route from /profiles/:slug to controller: Users action: View
use a sluggable behavior if you follow tutorials available at book.cakephp.org you'll a few tutorials to get you going. You may also benefit from seeing the CakeDC plugins on github Users for example allows Account holders to manage related details. The DB has a slug field. Utils plugin has sluggable behavior and gravatar helper also - S On 10 November 2011 09:44, centralizeme <[email protected]> wrote: > Hi everyone. > > I was looking for something so I figured out I might ask here : > > I'm new to cakephp (frameworks in general), and I'm looking for a > tutorial describing how to create user profile (with perosnal url, > like mysite.com/profiles/user01 ). > > Thanks ofr any help. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
