The Tribiq API

Tribiq CMS Modules have access to a rich API (Application Programming Interface).

This takes the form of functions that are available for you to use, and the "TUIX" XML Schema that controls Admin Boxes, the Admin Toolbar, Modules, Skins and Storekeeper.

API Function Reference

The Modules that you write have access to various API functions, both when running in PHP on the server and in JavaScript on the client's browser.

This is done in PHP through class inheritance, and in JavaScript by encapsulated objects.

This section of the documentation provides you with categorised lists of the available functions, methods and environment variables that the CMS provides you with.

XML Schema

XML files are used to control, map or define several things in Tribiq CMS.

This section contains a complete structure reference for the XML files you need to create for your Modules and Skins.

Plugin Public Methods

Many of the Plugins that are available for Tribiq CMS also provide their own API for Module developers writing their own Plugins, or for anyone creating a Framework for an existing Plugin.

These take the form of public methods which you can call from your PHP code, or include in any frameworks that you make.

This section contains information on public methods that some of our Plugins make available.