In developing app which using the conventional modules design
Application/
configs/
modules/
default/
controllers/
views/
blog/
controllers/
views/
Each modules has directories for controllers and views. I want to have a
base view directory to store the view files which will be use in every
modules (say, common layout files like html header and footer). I've consult
the programmer's reference/manual of the Zend_Controller but couldn't find
any info about it, but I might have miss it.
What is the best way to achieve this?
Any feedback is highly appreciated.
Thanks
---