Hey Just wondering how you recommend implementing even cleaner and more minimal URLs, e.g., if your action is something like edit or update and you expect the only GET parameter to be a record id, rather than
example.com/things/edit/id/432 simply: example.com/things/edit/432 I guess you can parse it out of $this->_request->getPathInfo() but there's got to be a classier way, right? Thanks -- David Mintz http://davidmintz.org/ "Our universe is just one of those things that happens from time to time."
