I am attempting to make a route that will handle the generation of all
of my images. Basically I want it to be something similar to Flickr.
For example:

http://images.example.com/[models]/[sizes]_[filename].[extension]

[models] = (blog|event|user)
[sizes] = (t|s|l|o)
[filename] = example
[extension] = (png|gif|jpg)


I don't know how to write the route for this however. I've tried a
couple of different ways but I can't seem to get it to work. I'm by no
stretch of the imagination an expert of regex. Anyone willing to help
me out?

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

Reply via email to