Core function/variable reference

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

Environment Variables

These variables give you information about where your code is currently running from.

PHP Function Libraries

Libraries of Zenario functions that can be called from within your PHP code.

In Zenario, all of the core PHP functions are split into autoloading libraries. Each library relates to a specific area of functionality, and contains related functions.

Twig Functions

Zenario functions that can be called from within your Twig code.

JavaScript Function Libraries

Libraries of Zenario functions that can be called from within your JavaScript code.

In Zenario, all of the core JavaScript functions are split into encapsulated libraries. For example, there is a library for visitor-related functions, a library for admin-related functions, and so on.