I'm working on a Zend Framework API and need to follow a particular format for URLs, so I was hoping for some help regarding how to configure the routing correctly.
http://example.com/module/controller/method/actionNameHere
The above URL would need to route to the function actionNameHereAction.
Any help is appreciated.
/method/
segment in there, not sure what purpose that serves. Looks like custom routes. But, you're right, it's pretty much a standard case, right out of the manual. – David Weinraubmethod
stands for? – Jakub Truneček