Function admFuncAutoload
Autoloading function of class files. This function will be later registered for default autoload implementation. Therefore the class name must be the same as the file name except for case sensitive.
Copyright:
2004-2016 The Admidio Team
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
Parameters summary
string |
$className |
Name of the class for which the file should be loaded. |
Return value summary
null|false
|
Return @b false if the file for the class wasn't found. |