Hi all,
I've been using framework for quite a long time and now I want start using Zend_Layout to tidy up my code.
I have several modules including
default and
ajax. What I need to do is change (or disable) layouts per module. For example, I would like to use different layout for all my ajax module (basically all ajax controllers/actions).
Also I would like to assign different stylesheets and javascripts to different modules as well as set different headTitle for specific modules and do other stuff that I would otherwise do in a controller or a .phtml file.
I've spent entire day today trying to understand how to do it to no avail. It's driving me crazy and that's why out of despair I am asking for your help
Can anyone either explain how to do it or point me to some nice tutorials that explain exactly this?
Thanks in advance!