Changeset 8658
- Timestamp:
- 07/05/10 16:06:17 (2 months ago)
- Files:
-
- 1 modified
-
branches/1.8/documents/manual_workflow.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8/documents/manual_workflow.txt
r8412 r8658 16 16 | 17 17 rewrite.php 18 | 19 /framework/Dispatcher.php 18 20 | + /config.php 19 21 (Context / URL / configuration loading) … … 24 26 -------------------------------------- library/preprocessor.php (Preprocessing) ----------------- 25 27 | 26 Base components loading 28 Base components loading ( /framework/boot ) 27 29 + Environment Normalization (Unification) 28 30 + Core component loading 31 + Component / library autoload setting 32 + Authenticating settings 29 33 | 30 34 Validation … … 45 49 | + /library/config.php 46 50 | + /config.php (override) 47 | + /library/component/~48 | [Loading mandatory models / views]49 51 | + /library/model/~ 50 52 | + /library/view/~ … … 53 55 | 54 56 If database needed, 55 +------------------------------+-------------- =====----------+57 +------------------------------+-----------------------------+ 56 58 | | 57 59 | Initializing database I/O | 58 | + / library/components/Needlworks.DBMS.XXX.php|60 | + /framework/data/DBModel.php | 59 61 | | 60 62 | Loading memcache module (if use) | 61 63 | Creating Session (if requested) | 62 | + / library/components/Textcube.Data.Session.XXX.php|64 | + /framework/legacy/Textcube.Data.Session.XXX.php | 63 65 +------------------------------+-----------------------------+ 64 66 |
