且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 Zend Framework 构建 REST API 服务器的示例?

更新时间:2022-04-18 00:04:45

Zend_Rest_Server 确实从 ZF 1.9 开始被弃用,你应该改用 Zend_Rest_Controller.以下博客文章可能会有所帮助:构建 RESTful 服务使用 Zend 框架使用 Zend 框架创建 RESTful 应用程序.

Zend_Rest_Server is indeed deprecated since ZF 1.9, you should use Zend_Rest_Controller instead. The following blog posts could be helpful : Building RESTful Services with Zend Framework and Create RESTful Applications Using The Zend Framework.