[development] module names and namespaces

Daniel F. Kudwien news at unleashedmind.com
Sat Oct 16 16:54:09 UTC 2010


> If you want a concrete example, both fb.module and 
> fb_social.module define variables starting with "fb_"

The fb_social module is therefore violating namespace rules.  It may only use
names within the "fb_social" namespace, but not "fb".

There are more complex namespace problems with module names and hooks, but this
case sounds like the easy case.

sun



More information about the development mailing list