chinmay.sahoo
New member
Zend_View is a class for keeping the view portion of an MVC application separated from the rest of the
application. It is a PHP template library which means that the code in the templates is in PHP rather than
another pseudo-language like Smarty for instance. However, it is easy to extend Zend_View to support any other template system.
application. It is a PHP template library which means that the code in the templates is in PHP rather than
another pseudo-language like Smarty for instance. However, it is easy to extend Zend_View to support any other template system.