For components that are placed under the ZF CLA, perhaps:
- ZLab_
- ZL_  I like this one
- ZFL_
- ?

Cheers,
Gavin

Ralph Schindler wrote:
Hey all,
I know this came up before but I am not sure it got a solid response, plus it was many moons ago that it did come up. Basically, the question is what do you name your component that:

* is intended for public consumption
* designed to work with the zend-framework
* is coupled with other components in the zend-framework
* you dont want to dirty up the root of the lib
*   -- insert other reason here. --

The idea here is that I have a component that (in this version) can only be used with the zend-framework. I want to distribute it, I know it wont be part of the core, so what do I call it?

ZendExtra_
ZendXtra_
ZendComponent_
ZendC_
ZComponent_
ZFExtra_
ZFCom_
ZFComponent_
   ...

I'd rather stay away from using my own name like RalphsComponent_ and having a standardized name would allow everyone to create modules for public consumption and have them end up in the same place in a ./lib/... right next to Zend_ but not in the same lib tree... namespace clashing would be less of an issue since its up to the user to find, collect and use the outside modules that he wishes.

Any ideas from the @zenders?  And welcome Bill! ... wanna weigh in? ;)

All ideas are appreciated..

-ralph

Reply via email to