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.
What will U do if 2 of us wrote this same class, for example Zend_Session and they will be in this same directory? I prefer something like Java Package where U place Your own packages in Your unique directory. -- Darek Zoń Cracow, Poland
