vasrap / ZF2-Restful-Module-Skeleton

A Zend Framework 2 module skeleton that works with the RestfulController
63 stars 34 forks source link

multiple get method #19

Open sas05 opened 9 years ago

sas05 commented 9 years ago

what would be the right solution, if I would like to implement another get method here, https://github.com/scaraveos/ZF2-Restful-Module-Skeleton/blob/master/src/Main/Controller/InfoController.php but parameter will be different?

vasrap commented 9 years ago

Hi, I am not sure what you are asking. There's only one GET method in the HTTP.

sas05 commented 9 years ago

Hi, I'm for sorry misunderstanding.

actually I want to have multiple entry point with get method type. e.g. getList, getData, getUsers