Zend framework map for version 1.5

Posted in php | Posted on 07-04-2008

Zend framework is gaining widespread use everyday. Each new version of the framework includes new component additions. The following shows a visual representation of the Zend framework for version 1.5.
The following image was created using Microsoft Visio and then exported to PDF. I’ll be adding a linked map page soon. Click on the image for a larger view, or download a PDF version here. Read the rest of this entry »

Posting XML from PHP

Posted in php | Posted on 07-04-2008

There is a frequent need to post xml data to a url. Below is shown an example which lets you post xml data using CURL. Read the rest of this entry »

Delicious tag cloud using Zend framework

Posted in php | Posted on 07-04-2008

Zend framework provides many interesting wrappers for major service APIs like Akismet, Amazon, Audioscrobbler, Delicious, Flickr, Nirvanix, etc.

In this post we will use the delicious wrapper to create a tag cloud for your delicious account. Read the rest of this entry »