Exemple #1
0
 /**
  * Public constructor. Registers the autoloader with PHP.
  */
 public function __construct()
 {
     self::$fofPath = realpath(__DIR__ . '/../');
     spl_autoload_register(array($this, 'autoload_fof_core'));
 }