library lwccmspage
ZF2 module for CMS pages (nested set tree)
lwc/lwccmspage
ZF2 module for CMS pages (nested set tree)
- Sunday, November 24, 2013
- by timoziemann
- Repository
- 3 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
LwcCmsPage
ZF2 module for handling a nested set of CMS pages. Still in heavy development, please don't use it ;-), (*1)
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. :), (*2)
dev-master
9999999-dev
ZF2 module for CMS pages (nested set tree)
Sources
Download
nested set
cms