Source Location: Program_Root/eDFramework/eDUtilities.php
eDFramework Utilities Class (inspired by PHPDoc)
As a kind of common base class, this class holds configuration values (e.g. error handling) and provides useful methods (e.g. introspection()) to all kind of classes. It does not have a constructor, so you can always inherit classes from this class without any trouble. Original version's author is: Ulf Wendel <ulf.wendel@phpdoc.de>
Change Log 14/01/2003 BPO the function nameToUrl was removed, not relevant to this class anymore