Hi is there a way to generate RESTful URLS. Let me explain:- 1. I have an app called 'app' 2. a controller called 'cont' 3. a function called 'func'
Instead of being called by the url http://.../app/cont/func Can it be called like http://../func directly.. I am sure that it can be done ... just that I would have to spend some time on the docs.. can someone please just link me to the correct section

