I have been searching pretty hard for info out on the net to explain exactly what Restful routing is but I haven't had any success. There are a lot of resources but not a who lot make sense to me.
I'm familiar with Ruby On Rails's routing system and well as how Code Igniter and PhpCake route things but is there more to it than having a centralized location where you give out routes based on a directory structure? Like this:
controller/action/id/
Admin/editUser/22
I'd appreciate any help with this, it's had me baffled for months. I just thought of putting it on SO.
Thanks