View Single Post
  #1 (permalink)  
Old 02-15-2008, 02:55 AM
tommy tommy is offline
Junior Member
 
Join Date: Jan 2008
Posts: 13
Default REST development in zend framework

I use zend framework 1.0.3 to develop REST web service.
I follow zend doc to test.
e.g.
http://domain/rest_server.php?method...Davey&when=Day

It's work. but i want to call in following format.

http://domain/rest_server/sayHello/who/Davey/when/Day

How should I do? use MVC ok? or, any method? Thanks a lot.
Reply With Quote