<?php
require_once "../ghzAutoloader.php";
ghzAutoloader::customImplementation([__DIR__ . DIRECTORY_SEPARATOR, __DIR__ . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR],['.php','.inc']);
$one=new \myPckg\Core\classOne();
$h=new \myPckg\Helpers\helperOne();
$g=new \myPckg\includes\guiHelper();
|