Documentation

Working with Addons/Modules/Views

What is an addon?

An addon in toKernel is the combination of model, view, controller classes found in other framework but with some additional components. Each addon has one main controller class and as many modules as required. A module is a just class in the addon package that can be used only in this addon.

what is an addon?

See also : Addons and modules