I am trying to integrate fancybox into a CakePHP website. The problem
I am facing is how to to by pass the cake's routing system.

I need to link to an image in the disk.

<a class="grouped_elements" rel="group2" href="userfiles/images/
my_image.jpg">open image</a>

but each time I do this the url is translated into (controller =>
userfiles), (action => images), my_image.jpg is passed as parameter.

I tried absolute URL are useless since they point to the application
and the routing system translate them automatically.

I would appreciate the if some one gives me a hand,


Snowc

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