>>GET will return a list of resources
That is partially true. GET (the HTTP verb) along with the controller action "index" is for returning a list of resources (possibly with paginated results). BTW, this is unlike some other frameworks where "list" is _generally_ used as opposed to "index". ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/use-of-new-parameter-in-Zend-Rest-Route-tp2954042p2968820.html Sent from the Zend Framework mailing list archive at Nabble.com.
