zend-rest
Using sub classes with Zend_Rest_Server
Zend_Rest_Server and Zend_Rest_Client is pathetically under-documented, so I keep running into these mind numbing开发者_如何学JAVAly irritating problems.[详细]
2023-04-05 06:15 分类:问答Zend Rest Route with hierarchy
Currently I have a REST route working for an Event controller (/event). I would like to handle Event SignU开发者_如何转开发ps in an EventSignUp controller, and map this controller to a /event/signups[详细]
2023-04-02 06:52 分类:问答Examples on Zend_Rest_Controller Unit Testing
I have found a bunch of examples how to 开发者_StackOverflow社区unit test Zend_Controller, but I\'m looking for examples on Zend_Rest_Controller Unit Testing. Any help is really appreciated. Thank you[详细]
2023-03-14 17:19 分类:问答How to call the Lithium Forum API from Zend_Rest_Client
I\'m trying to access a Lithium Forum Rest API using Zend_Rest_Client. The API is described here: http://cl.ly/3N0M2D0k0H3L0Y103Q3R[详细]
2023-02-22 13:50 分类:问答Change addActionContext() to be XML only
I\'ve got Zend code which looks like this: $contextSwitch->addActio开发者_开发百科nContext(\'get\', array(\'xml\',\'json\'))->initContext();[详细]
2023-02-19 15:56 分类:问答Mutiple ids on Rest Router / Zend?
I think I have the same issue as this guy - http://framework.zend.com/issues/browse/ZF-9385?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel[详细]
2023-02-19 07:13 分类:问答Change default REST response to be only XML in Zend
I\'ve worked on this code base and it responds with html when i access a site www.site.com/version/ However, If i access www.site.com/version?format=xml, it displays output in xml.[详细]
2023-02-18 19:22 分类:问答Examples of building a REST API server using Zend Framework?
I\'m new to Zend Framework (not to PHP), and I need to create a REST based API using Zend. I\'ve seen examples using Zend_Rest_Server, however other sources state th开发者_开发问答at that has been de[详细]
2023-02-17 02:54 分类:问答Correct code structure when providing REST API access using Zend_Rest_Controller
I\'m new to Zend Frameworks and MVC type programming (not PHP though) and I\'m trying to provide API access to data on my server using the Zend Framework.[详细]
2023-02-16 23:30 分类:问答Zend Rest Client issue
i have the codes below class ReservationController extends Zend_Controller_Action { public function init()[详细]
2023-01-01 21:41 分类:问答