Today I wrote my first CakePHP component, well actually I ported it from a PEAR package called Service_JSON. Reason for this was that I needed a way to communicate between PHP and Javascript, I allready used static JSON templates for some basic AJAX action but I wanted a better and easier way to do this and I wanted to be able to decode JSON to PHP.
Read more for the basic documentation how to use the component. Read the full article