Class

ClassLoader

Package: Core Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2016 11 15 Since: PHPBoost 3.0 - 2009 10 21 Contributor: mipel mipel@phpboost.com Located at: core/ClassLoader.class.php
Methods summary
public static
# init_autoload( )

initializes the autoload class list

public static
# autoload( string $classname )

tries to autoload the given

$classname

else, a fatal error is raised

public static
public static
# generate_classlist( )

Generates the autoload cache file by exploring phpboost folders

public static