User Tools

Site Tools

Writing Controllers

Controllers deal with objects. They don't define such objects, but provide interfaces to list or edit them, or to get them into action. Outside of thirty bees core, they come as part of modules.

On how to get controllers into modules, see Writing Modules. Following chapters will not the few distinctions between controllers in core and controllers coming with modules. Usually that's the location of files.

These pages were written with the documentation concept of Firefox Add-Ons in mind.

Getting started

Concepts

Back Office Display

Note: these display methods aren't exclusive to each other. For example, many controllers provide a list of objects (Products, Categories, Customers, Orders, …) for selection as well as an interface to edit one of them, both with the same controller class. The following methods can get combined.

How To

References

writing_controllers.txt · Last modified: 2018/08/24 14:55 by Traumflug