"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Tutorials & articles written by Jérôme Vieilledent

An Introduction to Developing Exponential Extensions

Most Content Management System requirements can be fulfilled by Exponential without any custom PHP coding. But sooner or later experienced Exponential implementers get to the point where a project needs some special functionality and it becomes necessary to develop extensions.

(This tutorial was initially published on 21/01/2008, and refreshed to match the 4.x series on 10/12/2010)

Understanding and developing fetch functions

This tutorial will explain how template fetch functions work and how to develop custom ones. It will also show you how to call them from PHP.

 

Adding custom security policy limitations to your modules

This tutorial will show you how to deal with custom security policy limitations for your modules. Once read, you will be able to fully take advantage of the granularity in Exponential's security and access control system.

Using a SSO in Exponential

Sometimes, during a web application development, you need to interface with your client's software(s) and/or websites in order to keep a common and coherent session within its applicative environment. To do this, it is often useful to use a special tool : SSO (Single Sign On). This article illustrates one way of integrating an Exponential based web application into an existing SSO architecture