Path

ezpublish / documentation / tutorials / developing ez publish exten...


Caution: This documentation is for eZ Publish legacy, 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 eZ Publish 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 eZ Publish without any custom PHP coding. But sooner or later experienced eZ Publish 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 eZ Publish 4.x installation
  • Basic understanding of the structure of eZ Publish
  • 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 eZ Publish framework can be used for development.