Changes between Version 83 and Version 84 of DevelopGuide
- Timestamp:
- Apr 6, 2009, 10:32:37 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v83 v84 174 174 If the plugin module implements several model/controller capacities, just put additional '''{{{PluginManager().register()}}}''' calls. 175 175 176 This 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 176 178 ==== Complete example ==== 177 179