PHP code example of cjrasmussen / autoload
1. Go to this page and download the library: Download cjrasmussen/autoload library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
cjrasmussen / autoload example snippets
use cjrasmussen\Autoload\Autoloader;
Autoloader::register('DHN\\', '/var/www/Services/DHN/');
Autoloader::register('O6\\', '/var/www/O6/src/');