Arrow_left   Arrow_right
 
  #967

Module directives to control modules startup

    • Created on: Mon, 08 Mar 2010 (almost 2 years ago)
    • Reported by: lmajano
    • Assigned to: -
    • Milestone: 3.0.0M5
    • Estimate: None/Small/Medium/Large None
    • Version: -
    • Status: Fixed
    • Priority: Normal (3)
    • Component: Architecture
    • Permission type: None
    • Type: task
    These are some future ideas about the next iteraction of modules, have a modules section that can control how modules are loaded, used, etc.

    modules = {
    // Reload the modules in each request, great for development
    autoReload = boolean,
    // exclude, an array of module names to exclude from the loading procedures
    exclude = [
    ],
    // An array of module names to load, by default, the module service loads ALL located modules.
    include = [
    ]
    }

    Same translates to XML

    <Modules>
      <AutoReload>true</AutoReload>
      <Include></Include>
       <Exclude></Exclude>
    </Modules>
  • Followers
     
    Ico-users lmajano 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Mar 12, 2010 @ 08:52PM UTC * By lmajano

    Type changed from ideas to task
    Description changed from These are some future ideas... to These are some future ideas...
    Milestone changed from 3.1.0 to 3.0.0M5
    Status changed from New to Fixed
    Summary changed from New module settings idea to control modules to Module directives to control modules startup
    Time Expenditure
    Loading