On 26 Mar 2010, at 16:31, jsuggs wrote: > Just curious, but do most people namespace their code according to their > project or do you just use something generic say "App"?
I'm going to buck the trend here :) Nearly all my apps have a library/App which holds controller plugins, action helpers and app-wide view helpers. It's all intentionally application-specific and not intended for reuse. If it's for re-use then it goes into a named library. Regards, Rob... -- Rob Allen : http://akrabat.com Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com
