Стратегии обучения
Уроки
Технологии
Участники
Проекты
Топики
Блоги
О проекте
spl_autoload_register(function($class) { if (strpos($class, 'Modxsite\\') === 0) { $name = substr($class, strlen('Modxsite')); require MODX_CORE_PATH . 'components/modxsite/' . strtr($name, '\\', DIRECTORY_SEPARATOR) . '.php'; } });