Viewing entries tagged with 'zend framework'

jQuery interface for testing Zend_Json_Server

Posted by Mitch Viner on 15 December 2011 | 0 Comments

Tags: ,

I'm currently working on building an API with Zend Framework and JSON-RPC. As I was creating this API I wanted an interface that I could use to test the implementation, but without having to do a lot of work or install any software. After some quick Google searches I stumbled upon the jQuery.Zend.jsonrpc plugin and quickly got it working. This plugin is great, setup for it was a breeze and I was able to make API requests in no time. But what I didn’t like, was that I had to modify some javascript code everytime I needed to test a new API method.

Read the full post