List/Grid JSON Subscribe RSS feed of category JSON
Zend Framework, dojo and Json
I have already written about json in one, actually some of my articles. Cool functionality can be achieved using json. Thanks to http://www.json.org, http://www.zend.com and http://www.dojotoolkit.org for providing easier solutions….
Creating Json response in php, a nice example
While working with AJAX, you will need to get data after sending request to the server. You can use three ways to get the data form the server. 1. In…
Implementing Ajax with Zend Framework and Json
Well, while working with ajax, it better to have an xml as response. Xml, however need more coding and parsing on client side than json. Zend framework provides very easy…
