REST-ful URI design

There can be confusion about URIs and URLs (and URNs!). To get a URL just tack on a server (example.com) and a protocol (http or ftp) to a URI (/example): http://example.com/example. The URI identifies the resource. And a URL adds some information about how to get it. http://blog.2partsmagic.com/restful-uri-design/

ACLs and Symfony2

http://blog.mayflower.de/1944-ACLs-and-Symfony2.html