Changeset 8658

Show
Ignore:
Timestamp:
07/05/10 16:06:17 (2 months ago)
Author:
inureyes
Message:

refs #777

  • workflow document modified.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.8/documents/manual_workflow.txt

    r8412 r8658  
    1616                                                             | 
    1717                                                        rewrite.php 
     18                                                             | 
     19                                                    /framework/Dispatcher.php 
    1820                                                             |  + /config.php 
    1921                                            (Context / URL / configuration loading) 
     
    2426           -------------------------------------- library/preprocessor.php   (Preprocessing) ----------------- 
    2527                                                             | 
    26                                           Base components loading 
     28                                          Base components loading ( /framework/boot ) 
    2729                                              + Environment Normalization (Unification) 
    2830                                              + Core component loading 
     31                                              + Component / library autoload setting 
     32                                              + Authenticating settings 
    2933                                                             | 
    3034                                          Validation 
     
    4549                                                             |     + /library/config.php 
    4650                                                             |     + /config.php (override) 
    47                                                              |     + /library/component/~ 
    48                                                              |      [Loading mandatory models / views] 
    4951                                                             |     + /library/model/~ 
    5052                                                             |     + /library/view/~ 
     
    5355                                                             | 
    5456                                                    If database needed, 
    55                               +------------------------------+--------------=====----------+ 
     57                              +------------------------------+-----------------------------+ 
    5658                              |                                                            | 
    5759                              |  Initializing database I/O                                 | 
    58                               |    + /library/components/Needlworks.DBMS.XXX.php           | 
     60                              |    + /framework/data/DBModel.php                           | 
    5961                              |                                                            | 
    6062                              |  Loading memcache module (if use)                          | 
    6163                              |  Creating Session (if requested)                           | 
    62                               |     +  /library/components/Textcube.Data.Session.XXX.php   | 
     64                              |     +  /framework/legacy/Textcube.Data.Session.XXX.php     | 
    6365                              +------------------------------+-----------------------------+ 
    6466                                                             |