dev-master
9999999-dev http://learnzf2.com/themes-in-zend-framework-2/Theme module that allows you to have different themes in your ZF2 applicaiton
The Requires
- php >=5.3.3
- zendframework/zendframework 2.*
zf2 theme book learn
Wallogit.com
2017 © Pedro Peláez
Theme module that allows you to have different themes in your ZF2 applicaiton
This is a "Theme" module for Zend Framework 2., (*1)
It allows you to have different themes for your application and switch between them., (*2)
In order to describe a new theme in the module config file that provides the new theme, or extends and existing one, you should have a definition like this one:, (*3)
'themes' => array (
'<theme-name>' => array (
'description' => '<Your description>',
'screenshot' => 'Optional link pointing to a screenshot of the theme',
'template_map'=> array (
'key' => 'path/to/template.phtml',
// ...
),
'template_path_stack' => array(
'/path/to/theme-templates/'
),
)
)
For more details see http://learnzf2.com/themes-in-zend-framework-2/, (*4)
Theme module that allows you to have different themes in your ZF2 applicaiton
zf2 theme book learn