Changeset 7829
- Timestamp:
- 03/12/08 16:07:32 (6 months ago)
- Files:
-
- branches/1.1/lib/config/config/core_compile.yml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/config/config/core_compile.yml
r7614 r7829 1 - %SF_SYMFONY_LIB_DIR%/autoload/sfAutoload.class.php 1 2 - %SF_SYMFONY_LIB_DIR%/action/sfComponent.class.php 2 3 - %SF_SYMFONY_LIB_DIR%/action/sfAction.class.php … … 4 5 - %SF_SYMFONY_LIB_DIR%/action/sfActionStack.class.php 5 6 - %SF_SYMFONY_LIB_DIR%/action/sfActionStackEntry.class.php 7 - %SF_SYMFONY_LIB_DIR%/cache/sfCache.class.php 8 - %SF_SYMFONY_LIB_DIR%/config/sfLoader.class.php 6 9 - %SF_SYMFONY_LIB_DIR%/controller/sfController.class.php 7 10 - %SF_SYMFONY_LIB_DIR%/database/sfDatabaseManager.class.php 11 - %SF_SYMFONY_LIB_DIR%/event/sfEvent.class.php 8 12 - %SF_SYMFONY_LIB_DIR%/filter/sfFilter.class.php 9 13 - %SF_SYMFONY_LIB_DIR%/filter/sfCommonFilter.class.php … … 11 15 - %SF_SYMFONY_LIB_DIR%/filter/sfRenderingFilter.class.php 12 16 - %SF_SYMFONY_LIB_DIR%/filter/sfFilterChain.class.php 17 - %SF_SYMFONY_LIB_DIR%/log/sfLogger.class.php 18 - %SF_SYMFONY_LIB_DIR%/log/sfNoLogger.class.php 13 19 - %SF_SYMFONY_LIB_DIR%/request/sfRequest.class.php 14 20 - %SF_SYMFONY_LIB_DIR%/response/sfResponse.class.php 21 - %SF_SYMFONY_LIB_DIR%/routing/sfRouting.class.php 15 22 - %SF_SYMFONY_LIB_DIR%/storage/sfStorage.class.php 16 23 - %SF_SYMFONY_LIB_DIR%/user/sfUser.class.php 24 - %SF_SYMFONY_LIB_DIR%/util/sfContext.class.php 25 - %SF_SYMFONY_LIB_DIR%/util/sfNamespacedParameterHolder.class.php 17 26 - %SF_SYMFONY_LIB_DIR%/view/sfView.class.php 27 - %SF_SYMFONY_LIB_DIR%/view/sfViewParameterHolder.class.php 28 - %SF_SYMFONY_LIB_DIR%/view/sfEscapedViewParameterHolder.class.php 18 29 19 30 # these classes are optionals but very likely to be used (in web context) … … 21 32 - %SF_SYMFONY_LIB_DIR%/controller/sfFrontWebController.class.php 22 33 - %SF_SYMFONY_LIB_DIR%/request/sfWebRequest.class.php 34 - %SF_SYMFONY_LIB_DIR%/routing/sfPatternRouting.class.php 23 35 - %SF_SYMFONY_LIB_DIR%/response/sfWebResponse.class.php 24 36 - %SF_SYMFONY_LIB_DIR%/storage/sfSessionStorage.class.php