Lists of Zenario-specific functions and variables. These can be used anywhere in Zenario.
These variables give you information about where your code is currently running from.
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.
Zenario functions that can be called from within your Twig code.
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.