Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Inside Open Source:
Initial Thoughts on the Zend Framework
Jan 11, 2007 @ 14:35:00

In this new entry on the APress "Inside Open Source" blog, Matt Wade shares some of his thoughts on one of the more popular PHP frameworks - the Zend Framework.

I've found that using the framework has significantly decreased my development time and really just given me cleaner, easier to maintain code. Of course, these are the goals of any framework. I do have a couple of issues I've come across and it is those I'd like to talk about.

The two issues he mentions were problems with the Zend_Db component (not everyone has just one primary key in their table) and caching problems with Zend_Cache (no unique lifetimes included).

tagged: zendframework thoughts zendcache zenddb component primarykey cache zendframework thoughts zendcache zenddb component primarykey cache

Link:


Trending Topics: