ZF-Commons / ZfcTwig

Zend Framework 2 Module that provides a Twig rendering strategy
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

Added namespace support #47

Closed Rovak closed 11 years ago

Rovak commented 11 years ago

Added namespace support

spiffyjr commented 11 years ago

Namespaces can be added by creating your own Twig loader and registering that with the loader chain. All loaders are native Twig loaders now.