Fileloader
class Fileloader (View source)
Utility methods to load PHP sourcefiles.
Methods
static string
checkAndLoad(string $filename)
Checks if a PHP sourcefile is readable.
static mixed
load(string $filename)
Loads a PHP sourcefile.