OEIC

Archive for Category: PHP

Serialization issues in Zend_Acl

One of the features that originally drew me to the Zend Framework was the built-in ACL functionality. Most applications need to have some sort of user management, and I had been looking for a solid, easily extensible package to manage this so I didn’t have to spend a lot of time rolling my own. Unfortunately, […]

Posted at June 7, 2007 - 5:59 pm | 5 comments | Filed Under: PHP, Zend Framework

Zend Framework: View Renderer


Posted at May 26, 2007 - 12:32 am | no comments | Filed Under: PHP, Zend Framework

Zend Framework: View Helpers


Posted at May 25, 2007 - 11:20 pm | no comments | Filed Under: PHP, Zend Framework

Flash/PHP graphing


Posted at May 24, 2007 - 4:33 pm | no comments | Filed Under: PHP, Tools

PHP Caching

Caching is a major component of any high performance web application. Most caching systems for PHP focus on database queries, or are highly specialized for a specific purpose, such as the Smarty templating engine. Let’s contemplate a cache of static files to represent the state of a web application.

Posted at April 25, 2007 - 4:51 pm | no comments | Filed Under: PHP