Home   CheckOrder   RouteTest   Forum   Q & A   Login

Welcome!


The source code for this website is now posted here: https://github.com/dbierer/zf2-demo-modules
Here is a summary of the demo modules current running:

Module

Description

CheckOrder

  • Demonstrates what happens when the same ServiceManager key "check-test" is configured in:
    • config/autoload/local.php
    • module/CheckOrder/config/module.config.php
    • module/CheckOrder/Module.php
    This module also shows events and listeners configured in the Module.php file, using the init() and onBootStrap() methods.

RouteTest

Demonstrates the following routes:
  • hostname
  • query
  • wildcard

Forum

Module which implements a simple forum with categories and topics.
Shows solutions to lab specific to various classes which have been running over the past several months.