Here's the tree from the module, so show alle files needed to extend/replace:


.
├── autoload_classmap.php
├── autoload_function.php
├── autoload_register.php
├── config
│   └── module.config.php
├── Module.php
└── src
    └── Smarty
        ├── Mvc
        │   ├── Controller
        │   │   └── ActionController.php
        │   └── View
        │       ├── CreateSmartyModelListener.php
        │       ├── ExceptionStrategy.php
        │       ├── RouteNotFoundStrategy.php
        │       └── SmartyManager.php
        └── View
            ├── Model
            │   └── SmartyModel.php
            ├── Renderer
            │   └── SmartyRenderer.php
            ├── Resolver
            │   └── TemplatePathStack.php
            └── Strategy
                └── SmartyStrategy.php


-----
Hasan H. Gürsoy (HHGAG)
--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/zf2-detach-event-in-Module-init-tp4646688p4647775.html
Sent from the Zend Framework mailing list archive at Nabble.com.

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to