Navigation
eZ Documentation Center
 

This is outdated documentation made for eZ Publish Platform 5.1. It is being moved into the eZ Publish 5.x documentation, so please go there for most up-to-date documentation.

Skip to end of metadata
Go to start of metadata

eZ Publish 5.x is a "Dual kernel" software. This means it contains both a legacy kernel (effectively a "4.y" version) aka "Legacy Stack", and a new 5.x kernel, aka "Symfony Stack" (because it uses Symfony2 Fullstack framework).

Legacy kernel

For documentation on the legacy kernel, please go to doc.ez.no where you'll find documentation on everything from it's GUIs, official extensions to template coding ( 5.x doc: User manualTechnical manual ). If you are looking for documentation on how to develop extensions for legacy in php, then also see relevant material on share.ez.no ( TutorialsBlogs ).

5.x kernel

The new 5.x kernel is built using an HMVC model. It currently consists of Public API (Model), Symfony2 Fullstack Framework (Hierarchical View Controller) with Twig (template engine) enhanced with eZ Publish concepts (Core Bundle). On top of these you'll find REST v2 API, Demo Bundle and a Legacy Bundle allowing some integration between the two kernels.

For documentation on Symfony2 go to symfony.com (for Twig see here) and for the eZ Publish parts of 5.x kernel continue reading in this section of our new wiki documentation area.

  • No labels