Hey all, just getting started with CakePHP and came across a small
problem. I have a controller with a function named byName. I'm quoting
http://book.cakephp.org/view/46/Routes-Configuration:

"/products/view_clearance maps to the viewClearance() action of the
ProductsController"

However, when I try to access this action using by_name in the URL, I
get an action not found error message. If I use byName in the URL it
works perfectly. I did a search and
http://groups.google.com/group/cake-php/browse_thread/thread/e19f277a27dcef71/2d2bf4f18f9a671b?lnk=gst&q=urls+actions+underscores#2d2bf4f18f9a671b
has a similar issue as far as I can tell. In that thread, Pablo Viojo
also states in his second post that this is supposed to be the
standard behaviour, so it might be some sort of bug. I'm using Cake
1.2.3.8166, downloaded from Sourceforge.

Cheers.

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