map(); // xTable class $map->offsetSet( 'cssJSToolbox', 'css-js-toolbox.class.php' ); $map->offsetSet( 'CJTxTable', 'framework/db/mysql/xtable.inc.php' ); $map->offsetSet( 'CJTTable', 'framework/db/mysql/table.inc.php' ); $map->offsetSet( 'CJTBlockPinsTable', 'tables/block-pins.php' ); $map->offsetSet( 'CJTBlocksTable', 'tables/blocks.php' ); $map->offsetSet( 'CJTBlockFilesTable', 'tables/block-files.php' ); $map->offsetSet( 'CJTBlockModel', 'models/block.php' ); $map->offsetSet( 'CJTBlocksModel', 'models/blocks.php' ); $map->offsetSet( 'CJTAccessPoint', 'framework/access-points/access-point.class.php' ); $map->offsetSet( 'CJTPageAccessPoint', 'framework/access-points/page.class.php' ); $map->offsetSet( 'CJTBlockTemplatesModel', 'models/block-templates.php' ); # Composer Autoloads (All the above autoloads is deprecated and will be revmoed later) require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';