View Single Post
  #1 (permalink)  
Old 03-26-2007, 12:58 PM
Cristian's Avatar
Cristian Cristian is offline
Administrator
 
Join Date: Feb 2007
Location: Sibiu, Romania
Posts: 99
Default Multiple template systems with one Zend_View object

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...
Reply With Quote