Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Abou Kone's Blog:
Set up JSON action output in CakePHP 1.3
Oct 07, 2011 @ 13:45:00

Abou Kone has a recent post to his blog showing the CakePHP users out there how to set up JSON output for your actions in a few simple steps.

Working on setting up the Rest Plugin for CakePHP helped me realize that i wanted to set up JSON output for some of my actions. This way, if you request for example "www.yourapp.com/app/post/view/1.json" in the url, you will be returned the JSON post data. This excellent tutorial here will help you achieve it.

Changes include updates to configuration for routing, using the RequestHandler component and setting your actions to output the data correctly when the ".json" is detected on the request.

tagged: json output cakephp tutorial configure framework

Link:


Trending Topics: