Skip to content
bashtoni edited this page Mar 7, 2013 · 2 revisions
  • Modularity is built in from day 1
  • As few assumptions as possible should be made about workflow in core - these should be implemented in modules

Modularity Implementations

Hooks will exist throughout the core as placeholders where items can be placed. To install a module, it must be dropped in the modules directory, and then enabled via the admin panel. Installing a module adds to the collection Registry[hookname].

It is possible to have multiple plugins bound to a single hook.

Clone this wiki locally