Skip to content

Instantly share code, notes, and snippets.

@kentatogashi
Created August 21, 2013 22:05
Show Gist options
  • Save kentatogashi/6300858 to your computer and use it in GitHub Desktop.
Save kentatogashi/6300858 to your computer and use it in GitHub Desktop.
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace Application;
use Zend\Mvc\ModuleRouteListener;
use Zend\Mvc\MvcEvent;
class Module
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment