At my company (http://www.targetspot.com) we did something really radical and used our company name:
"Targetspot_" Crazy, I know. - jake On Fri, Mar 26, 2010 at 3:31 PM, Rob Allen <[email protected]> wrote: > > 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 > >
