Wednesday, June 30, 2010

Slightly complex routing issue

hi there,

I have (imo) a slightly tricky routing issue.

I have a store setup with various artists and the artists have their
own mini stores with custom layout etc...

Now I want to route the following;

www.domain.com/artist_slug -> /artists/view/artist_slug

and also:

www.domain.com/artist_slug/merch/merch_slug -> /artists/view_merch/
artist_slug/merch_slug

I have tried a ton of things and they all seem to fail - do I need to
build the routes dynamically from the DB?

Is this even possible?

TIA

d.

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: