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

Ryan Mauger's Blog:
Zend Framework tips on Evernote
Jan 11, 2011 @ 17:05:23

In some of his development with the Zend Framework Ryan Mauger has gathered some helpful tips and tricks. His dropped these into an Evernote notebook and shared it for others to use.

I have started compiling a notebook of tips and answers to commonly asked questions to Zend Framework questions, and common patterns of Zend Framework application design. I'm kicking it off with two notes, one for modules setup, and the other for how to route your requests so that you can divide your controllers up further with subfolders (no hacking required!)

The notebook can be found here. Have some tips of your own you have a post about? Let us know!

tagged: zendframework tips evernote notebook

Link:

IBM developerWorks:
Process and integrate Google Notebook data with PHP
May 27, 2008 @ 17:05:23

A new tutorial over on the IBM developerWorks site (from Vikram Vaswani) shows how to pull data from the Google Notebook service into your script via the service's REST API.

Google Notebook is a free service that allows users to save and share notes and Web clippings in an online journal. A REST-based API allows developers to build customized PHP applications around this service using SimpleXML. In this article, you learn how to use the API, with examples of reading notebooks and notebook contents using PHP.

His method grabs the contents of the REST request and drops them into a SimpleXML object for easy manipulation. Different kinds of requests are included - getting the list of notebooks, getting the notebook's contents and how to add on extra parameters to the REST call to get more information in the responses.

tagged: tutorial google notebook rest simplexml api

Link:


Trending Topics: