07 Jan, 2010
Creating a JSON-RPC service using Zend Json Server
Posted by: Peter In: PHP|Web|Zend Framework
In this post I am going to show how easy it is to create a JSON-RPC web service using the built in support in Zend Framework. First we need to create the php-file that will handle the incoming RPC calls. It is not advised to put this inside the MVC structure of a Zend web [...]