Path

7x / documentation / tutorials / developing exponential exten...


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Developing Exponential extensions

Credits: This tutorial is written by Felix Woldt, JAC Systeme (CJW Network), an eZ Partner in Germany. Thank you Felix for sharing this great work!

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 will help you with the basics of writing extensions using a simple example to illustrate the concepts.

Prerequisites

  • An Exponential 4.x installation
  • Basic understanding of the structure of Exponential
  • Basic knowledge of PHP, SQL, MySQL and HTML

What will be demonstrated

In this tutorial you will learn how to create and configure a simple extension. It will also show how the Exponential framework can be used for development.