Development

Changeset 7829

You must first sign up to be able to contribute.

Changeset 7829

Show
Ignore:
Timestamp:
03/12/08 16:07:32 (1 year ago)
Author:
fabien
Message:

added some core classes to core_compile.yml

Files:

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 
    12- %SF_SYMFONY_LIB_DIR%/action/sfComponent.class.php 
    23- %SF_SYMFONY_LIB_DIR%/action/sfAction.class.php 
     
    45- %SF_SYMFONY_LIB_DIR%/action/sfActionStack.class.php 
    56- %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 
    69- %SF_SYMFONY_LIB_DIR%/controller/sfController.class.php 
    710- %SF_SYMFONY_LIB_DIR%/database/sfDatabaseManager.class.php 
     11- %SF_SYMFONY_LIB_DIR%/event/sfEvent.class.php 
    812- %SF_SYMFONY_LIB_DIR%/filter/sfFilter.class.php 
    913- %SF_SYMFONY_LIB_DIR%/filter/sfCommonFilter.class.php 
     
    1115- %SF_SYMFONY_LIB_DIR%/filter/sfRenderingFilter.class.php 
    1216- %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 
    1319- %SF_SYMFONY_LIB_DIR%/request/sfRequest.class.php 
    1420- %SF_SYMFONY_LIB_DIR%/response/sfResponse.class.php 
     21- %SF_SYMFONY_LIB_DIR%/routing/sfRouting.class.php 
    1522- %SF_SYMFONY_LIB_DIR%/storage/sfStorage.class.php 
    1623- %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 
    1726- %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 
    1829 
    1930# these classes are optionals but very likely to be used (in web context) 
     
    2132- %SF_SYMFONY_LIB_DIR%/controller/sfFrontWebController.class.php 
    2233- %SF_SYMFONY_LIB_DIR%/request/sfWebRequest.class.php 
     34- %SF_SYMFONY_LIB_DIR%/routing/sfPatternRouting.class.php 
    2335- %SF_SYMFONY_LIB_DIR%/response/sfWebResponse.class.php 
    2436- %SF_SYMFONY_LIB_DIR%/storage/sfSessionStorage.class.php 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.