alistairphillips.com

I’m : a web and mobile developer based in the Australia.


Zend Framework

Zend Framework Zend Frame is an objec oriented web-application development framework written in PHP5 and released under the new BSD License. All components are fully object-oriented PHP 5 and are E_STRICT compliant.

A great introduction to development using Zend Framework can be found http://www.survivethedeepend.com/ where there is a work-in-progress ebook that will never have a final version.

Some components that I'm working on include:

.htaccess tips

# Make sure the favicon does not interfere with the Zend Framework
RewriteCond $0 !=favicon.ico
RewriteRule ^([^/]+/)*favicon\.ico$ /favicon.ico [R=301,L]

Resources