How to load view-Templates from default when not available in module? Zend Framework
Posted
by Oliver
on Stack Overflow
See other posts from Stack Overflow
or by Oliver
Published on 2010-03-20T14:25:23Z
Indexed on
2010/03/20
14:31 UTC
Read the original article
Hit count: 217
Hi my problem with Zend Framework... unfortunately not solved after 3 hours of searching:
I have a modular Zend Application, which is working fine if i have my module and error templates in the called module. If i delete error/error.phtml out of views/scripts/ a Fatal Error is showing up that there is no directory.
To cut a long story short: How can i define that Zend falls back to default module in this situation?
Many thanks in advance.
© Stack Overflow or respective owner