Index: branches/5.3.x/core/install/cache/class_structure.php =================================================================== diff -u -N -r16163 -r16171 --- branches/5.3.x/core/install/cache/class_structure.php (.../class_structure.php) (revision 16163) +++ branches/5.3.x/core/install/cache/class_structure.php (.../class_structure.php) (revision 16171) @@ -7,6 +7,9 @@ return array( 'cache_format' => 2, 'classes' => array( + 'AbstractCategoryItemRouter' => '/core/kernel/utility/Router/AbstractCategoryItemRouter.php', + 'AbstractReviewRouter' => '/core/kernel/utility/Router/AbstractReviewRouter.php', + 'AbstractRouter' => '/core/kernel/utility/Router/AbstractRouter.php', 'AdminEventsHandler' => '/core/units/admin/admin_events_handler.php', 'AdminTagProcessor' => '/core/units/admin/admin_tag_processor.php', 'AjaxFormHelper' => '/core/units/helpers/ajax_form_helper.php', @@ -20,7 +23,6 @@ 'CategoriesItem' => '/core/units/categories/categories_item.php', 'CategoriesTagProcessor' => '/core/units/categories/categories_tag_processor.php', 'CategoryHelper' => '/core/units/helpers/category_helper.php', - 'CategoryItemRewrite' => '/core/units/helpers/mod_rewrite_helper.php', 'CategoryItemsEventHandler' => '/core/units/category_items/category_items_event_handler.php', 'CategoryItemsTagProcessor' => '/core/units/category_items/category_items_tag_processor.php', 'CategoryPermissionRebuild' => '/core/kernel/constants.php', @@ -101,6 +103,7 @@ 'MailingListEventHandler' => '/core/units/mailing_lists/mailing_list_eh.php', 'MailingListHelper' => '/core/units/helpers/mailing_list_helper.php', 'MailingListTagProcessor' => '/core/units/mailing_lists/mailing_list_tp.php', + 'MainRouter' => '/core/units/general/MainRouter.php', 'MaintenanceMode' => '/core/kernel/startup.php', 'MassImageResizer' => '/core/units/admin/admin_events_handler.php', 'MemcacheCacheHandler' => '/core/kernel/utility/cache.php', @@ -339,6 +342,27 @@ 'kiCacheable' => '/core/kernel/interfaces/cacheable.php', ), 'class_info' => array( + 'AbstractCategoryItemRouter' => array( + 'type' => 1, + 'modifiers' => 1, + 'extends' => array( + 0 => 'AbstractRouter', + ), + ), + 'AbstractReviewRouter' => array( + 'type' => 1, + 'modifiers' => 1, + 'extends' => array( + 0 => 'AbstractRouter', + ), + ), + 'AbstractRouter' => array( + 'type' => 1, + 'modifiers' => 1, + 'extends' => array( + 0 => 'kBase', + ), + ), 'AdminEventsHandler' => array( 'type' => 1, 'modifiers' => 0, @@ -427,13 +451,6 @@ 0 => 'kHelper', ), ), - 'CategoryItemRewrite' => array( - 'type' => 1, - 'modifiers' => 0, - 'extends' => array( - 0 => 'kHelper', - ), - ), 'CategoryItemsEventHandler' => array( 'type' => 1, 'modifiers' => 0, @@ -951,6 +968,13 @@ 0 => 'kDBTagProcessor', ), ), + 'MainRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractRouter', + ), + ), 'MaintenanceMode' => array( 'type' => 1, 'modifiers' => 0,