Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flayder/ca66c98a7546397f2751245883e6c524 to your computer and use it in GitHub Desktop.
Save flayder/ca66c98a7546397f2751245883e6c524 to your computer and use it in GitHub Desktop.
<?php
use \Bitrix\Main\Loader;
Loader::registerAutoLoadClasses($module = null, [
'Site\\Controller' => '/local/php_interface/lib/Site/Controller.php',
]);
//usage
use Site\Controller;
$controller = new Controller();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment