I have found that this works. $objName = "Widgit"; $objName->getWidgit();
And this works also. Widgit::getWidgitStatic(); But this does not. $objName = "Widgit"; $objName::getWidgitStatic(); Why does the bottom one not work? /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
