How to load view-Templates from default when not available in module? Zend Framework
- by Oliver
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.