Re: [fw-general] Controllers that respond to both "normal" requests and RESTful requests

2009-09-20 Thread Cameron
On Wed, Sep 9, 2009 at 11:36 PM, Matthew Weier O'Phinney wrote: > -- Cameron wrote > (on Wednesday, 09 September 2009, 05:35 PM +0800): > > Hi, this is very likely to be a dumb question, but I'd really like to > have my > > controllers respond to "normal" requests (as in > http://domain.com/produ

Re: [fw-general] Controllers that respond to both "normal" requests and RESTful requests

2009-09-09 Thread Matthew Weier O'Phinney
-- Cameron wrote (on Wednesday, 09 September 2009, 05:35 PM +0800): > Hi, this is very likely to be a dumb question, but I'd really like to have my > controllers respond to "normal" requests (as in http://domain.com/product/ > display/id/1) and also the full range of RESTful requests (GET http://

[fw-general] Controllers that respond to both "normal" requests and RESTful requests

2009-09-09 Thread Cameron
Hi, this is very likely to be a dumb question, but I'd really like to have my controllers respond to "normal" requests (as in http://domain.com/product/display/id/1) and also the full range of RESTful requests (GET http://domain.com/product/1 and so on). Turning on Zend_Rest_Route across all my con