views:

60

answers:

0

I am building a RESTful API services with ZF 1.10.8 as am newbie its a little bit confusing when dealing with ZF routing.

I need to have versioning, api_key, and response format in url, something like:

/:version/:response_format/:api_key/:controller ... /1.0/json/1234567890/articles/

The version is module based with the latest version as default

could anyone help me how to get this done?

Thanks in advanced