Changeset 5975
- Timestamp:
- 01/25/12 03:37:56 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/frontcontroller.core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/frontcontroller.core.php
r5111 r5975 169 169 * 170 170 * Workflow 171 * 1. inject Route Object 172 * 2. extract infos about correct controller, correct method with correct parameters 173 * 3. finally call controller->method(parms)! 171 * 1. injects Route Object 172 * 2. extracts info about correct controller, correct method with correct parameters 173 * 3. tries to call the method "initializeModule" on the controller 174 * 4. finally tries to call the controller with method(parms)! 174 175 * 175 176 * The dispatcher forwards to the pagecontroller = modulecontroller + moduleaction
Note: See TracChangeset
for help on using the changeset viewer.
