View Single Post
  #3 (permalink)  
Old 06-03-2008, 06:15 PM
M4d3L M4d3L is offline
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default

hum I think I find a small fix. but Iam not sure if its good or not but it working for me.

change class Zend_View_Smarty implements Zend_View_Interface

by class Zend_View_Smarty extends Zend_View_Abstract {

and add

protected function _run()
{
include func_get_arg(0);
}

to your Zend_View_Smarty class.
Reply With Quote