Hello,
I am trying to use on same object multiple Template Systems with just one Zend_View (in fact derived from Zend_View_Interface) object.
Sample: i want to use both Zend_View default template system and also Smarty (sample of using Smarty is here:
Zend Framework)
I don't want to create multiple Zend_View (or derived from Zend_View_Interface), because there are lot of data to be assigned to Zend_View (or similar) object...
I am wondering if could be any problems when using multiple Template systems into same object ? Also, any tips for doing such Zend_View_Interface based class...