<?php require_once 'autoloader/autoloader.php'; $autoloader = new Autoload(); $autoloader->setAutoloadDir(['pluginss', 'fak', 'plugins'], ['php', '.php']); $autoloader->initialize(); new test(); ?>
info at phpclasses dot org