2017 © Pedro Peláez
 

library pages

ZF2 Module for easily creating static pages.

image

t4web/pages

ZF2 Module for easily creating static pages.

  • Monday, July 20, 2015
  • by maxgu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Pages

Master: Build Status codecov.io Scrutinizer Code Quality SensioLabsInsight Dependency Status, (*1)

ZF2 Module for easily creating content pages and blocks, (*2)

Introduction

Features / Goals

  • Create DB table with init console command [DONE]
  • Create page with WYSIWYG editor in admin [IN PROGRESS]
  • Get page by ID [IN PROGRESS]
  • Show page by route [IN PROGRESS]
  • List pages in admin (backend) zone [IN PROGRESS]
  • Edit page in admin (backend) zone [IN PROGRESS]
  • Remove page in admin (backend) zone [IN PROGRESS]

Installation

Usage

Testing

For running tests you need install and intialize codeception, after this create/update codeception.yml in you project root and add Pages tests, like this:, (*3)

include:
    - vendor/t4web/pages  # <- add modules tests to include

paths:
    log: tests/_output

settings:
    colors: true
    memory_limit: 1024M

After this you may run functional tests from your project root, (*4)

$ codeception run

The Versions