Code
// Create output object
$pnRender =& new pnRender('Example');
$pnRender =& new pnRender('Example');
Does this mean all pnRender objects should be given the same name as your module?
If so, can someone tell me why we name all our pnRender objects this way? Are there occasions when we would use another name for our pnRender object, such as our function name instead?
I am trying to understand how the name of pnRender output object affects the rest of the program/functions/hooks/templates of the module and possibly other modules.
Thanks,
Charles
