What is Restful Routing?

Posted by John Baker on Stack Overflow See other posts from Stack Overflow or by John Baker
Published on 2010-03-14T11:23:08Z Indexed on 2010/03/14 11:25 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mvc