2017 © Pedro Peláez
 

library static-pages

The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2

image

fourmation/static-pages

The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2

  • Monday, March 25, 2013
  • by fourmation
  • Repository
  • 4 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Fourmation - Static Pages

The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2, (*1)

Installation

Added the following requirement to your projects composer.json file., (*2)

"fourmation/StaticPages": "dev-master"

and run, (*3)

php ./composer.phar update and finally add zf2StaticPages to the START of your modules list in config/application.php. It's important this comes first as it may override routes setup later., (*4)

Usage

Simply drop a .phtml file into the /view/zf2-static-pages folder., (*5)

This page can now be viewed from either, (*6)

/pages/yourfile/ (with or without trailing backslash) or simply /yourfile/ (with or without trailing backslash), (*7)

The Versions

25/03 2013

dev-master

9999999-dev https://github.com/fourmation/StaticPages

The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2

  Sources   Download

New BSD License

The Requires

  • php >=5.3.3

 

by Aaron Weathearll

zf2 pages zend-framework static

21/03 2013

dev-develop

dev-develop https://github.com/fourmation/StaticPages

The purpose of this module is to create a simple, zero configuration static pages module for Zend Framework 2

  Sources   Download

New BSD License

The Requires

  • php >=5.3.3

 

by Aaron Weathearll

zf2 pages zend-framework static