public function __construct() { global $MLOG; $this->mlog = $MLOG; // Get system config $this->systemConfig = \Configurator\Constants::getRoot(); }
<?php require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload $config = \Configurator\Constants::getRoot(); print "Config found and loaded\n";