lwc/lwccmspage

There is no license information available for the latest version (dev-master) of this package.

ZF2 module for CMS pages (nested set tree)

dev-master 2013-11-24 20:41 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:12:14 UTC


README

ZF2 module for handling a nested set of CMS pages. Still in heavy development, please don't use it ;-)

Composer

"require": {
    "lwc/lwccmspage": "1.*"
}

ZF2 config setup

  • Add the "LwcCmsPage" module to your config/application.config.php file

Database setup

  • Import the data/table-init.sql file into your database. It will create a 2 tables: ** one for storing the pages ** another one for "rows" - which is basically a CSS/JS grid approach for saving content elements via the LwcCmsContent module.
  • The module will provide a ServiceManager alias called LwcCmsPage\DbAdapter. Per default, it points to a "dbAdapter" service. You may have to change this according to your application's default database adapter.

Still work in progress. :)