// module.config.php 
return array( 
'view_manager' => array( 
         'template_map' => array( 
             'example_template'         => __DIR__ . 
'/../view/template/default/example.phtml', 
         ), 
     ), 
); 


There is a way to add more maps without the config.php? Like, create dynamic
maps?



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/bootstrap-event-to-change-template-tp4657144p4657159.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to