Pragmatism in the real world

Jurian Sluiman: Use 3rd party modules in Zend Framework 2

Jurian Sluiman has posted Use 3rd party modules in Zend Framework 2 – Jurian Sluiman

Because using a 3rd party MVC module does not mean you are enforced to follow their routing scheme, use their view scripts or use the predefined forms, I will explain how you can modify those options to your needs.

We hope that there will be a healthy eco-system of third-party modules for ZF2. Jurian’s post shows you how to modify such a module’s routes, view scripts or forms without having to change the module’s code directly.

Very useful.