Solving an APC extension error when using Zend Framework. Goes through the process of installing APC and properly including it in your PHP configuration in Ubuntu.
A guide to accessing the current URI components in different parts of a Zend Framework application: the view, controller, and in your library. This tutorial makes use of the request object and the ServerUrl view helper.