Changes between Version 83 and Version 84 of DevelopGuide


Ignore:
Timestamp:
Apr 6, 2009, 10:32:37 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v83 v84  
    174174If the plugin module implements several model/controller capacities, just put additional '''{{{PluginManager().register()}}}''' calls.
    175175
     176This plugin {{{register()}}} function must be called in the main application. This can be done by modifying the main script; but Papywizard will also automatically register all plugins which are stored in the config. dirrectory, under the '''{{{plugins/}}}''' directory. Just create it if it does not already exist, and put your plugins there.
     177
    176178==== Complete example ====
    177179