Skip to content

Instantly share code, notes, and snippets.

View noopable's full-sized avatar

Tomoaki Kosugi noopable

  • Kipsproduction co. ltd.
  • Yokohama-city, Japan
View GitHub Profile
@noopable
noopable / Module.php
Created July 18, 2012 10:20 — forked from juriansluiman/Module.php
Set a default locale for your application in Zend Framework 2
<?php
namespace Application;
use Locale;
use Zend\EventManager\Event;
use Zend\ModuleManager\Feature;
class Module implements
Feature\BootstrapListenerInterface
{