I have a Zend Framework project that because of the expertise of previous programmers, used the view Smarty view rendering engine (set up in the bootstrapper).
I’d now like to – over time – migrate to either the default ZF PHTML view renderer or maybe even use PHPTAL.
Can ZF (version 1.10+) support multiple view renderers while I make the migration (.tpl to .phtml)? I can’t find any documentation on the subject.
hi
i use of default zend framework view but i can use of smarty view in it
with this code
echo $this->render("sample.tpl");i`m sure u can do this too but u must write a code like this in view file
or like this in controller file
good luck