Changeset 5975


Ignore:
Timestamp:
01/25/12 03:37:56 (4 months ago)
Author:
vain
Message:
  • added initializeModule to the workflow description in the comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/frontcontroller.core.php

    r5111 r5975  
    169169     * 
    170170     * 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)! 
    174175     * 
    175176     * The dispatcher forwards to the pagecontroller = modulecontroller + moduleaction 
Note: See TracChangeset for help on using the changeset viewer.