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

ZendCasts.com:
Building a JSON Endpoint with SLIM (Part 1)
Oct 26, 2011 @ 15:51:45

On ZendCasts.com today, the next part of their series looking at using the Slim microframework has been posted. This is part one of a tutorial building a JSON endpoint for a web service.

You'll need some of the base that he created in this previous screencast to follow along (the basic structure, really). His takes his basic "hello world" application and builds on it to add a "model" to pull name data from and has the "/names" action respond with a JSON-formatted message (and an "application/json" content-type). His "model" pulls the data out with findAll() and find() methods.

You can grab the source to follow along.

tagged: json tutorial slim microframework message webservice endpoint

Link:


Trending Topics: