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:
- mail_transport_postmark is a Zend_Mail transport for http://postmarkapp.com/
- service_postmark is a Zend Service for dealing with http://postmarkapp.com/
- log_writer_script allows you to send log messages to a script
- log_writer_prowl allows you to send log messages via Prowl
.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]