Developer guides and reference

Development in Zenario can be done by anyone with knowledge of PHP. You can create features which appear in the Organizer back-end, or on the front-end, by developing Modules.

This section explains how to get started, how to develop custom modules, and how to use features of the core Zenario software.

Zenario modules: quick-start Guides

These guides will give you a brief overview of the concepts used when developing in Zenario.

TUIX Reference

Reference material for things that use TUIX, including Module descriptions, floating admin boxes, the Admin Toolbar and Organizer.

Methods you write

A reference of the methods in your module that you can write. Zenario will call these methods when your module needs to interact with something.

For example, if you write a pluggable module, your showSlot() method will be called when a plugin from your module is displayed.

Core function/variable reference

Lists of Zenario-specific functions and variables. These can be used from anywhere in the CMS.

Plugin function reference

A list of functions and variables that can be called when writing a pluggable module.

These can only be used when writing methods for plugins, e.g. the init() and showSlot() methods.