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, […]
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
