Blog

Tag Archives: Zend Framework

Module Bootstrapping in Zend Framework

It seems that ever since the 1.8 release of Zend Framework (where they introduced the new application bootstrapping), there has been a lot of discussion about the way that module bootstrapping is handled. I think most programmers, myself included, tend … Continue reading

Hostname matching with Zend_Controller_Router_Route_Hostname

The Zend Framework offers and handy little tool for hostname matching. This means that you can introduce variables into your application’s URIs. For example, you may want to let users go to a URI like http://chris.yoursite.com or http://neil.yoursite.com and then … Continue reading

Book Review — Zend Framework 1.8: Web Application Development by Keith Pope

I was recently approached by a representative from Packt Publishing to review their newst book on the Zend Framework, Zend Framework 1.8: Web Application Development by Keith Pope. The book is intended to be an introduction to the Zend Framework … Continue reading

Using Zend_Soap_Client with the Campaign Monitor API

I recently needed to write a PHP client to integrate with the SOAP side of the Campaign Monitor API. The code was pretty simple and straight-forward, but I was getting a weird error: 101 Invalid ListID. I checked and re-checked … Continue reading