Todo List
Function for handling Classes in PHP 5.
In PHP4, _class4.funcs.php should be used instead.
This file is part of Quam Plures - http://quamplures.net/ See also https://launchpad.net/quam-plures.
(c)2009 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2009 by Daniel HAHLER - http://daniel.hahler.de/.
void evocms_autoload_class( $classname )
Autoload the required .class.php file when a class is accessed but not defined yet.
This gets hooked into spl_autoload_register (preferred) or called through __autoload. Requires PHP5.
void __autoload( $classname )