Zachary Schuessler

Zend Framework

PHP Fatal Error: Uncaught exception ‘Zend_Cache_Exception’ with message ‘The apc extension must be loaded for using this backend’ in {_PATH_}

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.

Get Current URL Attributes in Zend With The Request Object

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.