I know this has been asked and asked, and I have read the docs ad nauseum,
but... will someone please put me out of my misery and spoon-feed me because
I am still totally confused.

Suppose you have different controllers and different modules and you want
them to render the same view script?

That is, I need thisModule/thisController/thisAction and
thatModule/thatController/thatAction both to render this.phtml, which is
located in the conventional place relative to thisModule. Thus, in
thisModule/thisController

function thisAction() {
 // works fine; this.phtml is autorendered
}


but in thatModule/thatController...

function thatAction() {
     // how to render
/path/to/app/thisModule/views/scripts/thisController/view.phtml ???
}




-- 
David Mintz
http://davidmintz.org/

The subtle source is clear and bright
The tributary streams flow through the darkness

Reply via email to