Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

List of modules

revooms edited this page Feb 25, 2015 · 4 revisions

Ensemble is build around a small set of modules. Those modules are all Zend Framework 2 compatible modules. Within ensemble, a few provide the core and form together what is called ''Ensemble''. Other modules are (or, will be) extensions to this core.

Core modules

Within ensemble, the following modules provide fundamental features:

  • Kernel
  • User
  • Admin
  • Acl

The kernel makes sure a list of routes is present and navigation tree can be formed. The user module is in fact ZfcUser with an EnsembleUser extension. The admin module provides a generic admin user interface to hook into for you content management. The acl module is also based on the common ZfcAcl with a set of default configuration options in EnsembleAcl.

Additional modules

Some modules do not provide core functionalities, but are however part of the standard tools of ensemble:

  • I18n
Clone this wiki locally