SmartyView is the Wrapper class around Zend_View and provides entry point for Smarty related activities.
SmartyView just provide a wrapper object around Zend_View_Abstract class and support all the capability of calling Smarty functions, modifiers, templates and all available features provided by Smarty.
This class provides both facility to use it like Zend_View assign variables in Controller as specifies in Zend Documentation and use it in template file although you have the functionality in smarty template to get all variable assign through zend or application objects (request, session, global e.t.c).
You can also get Smarty engine from this class object by calling it method getEngine().
SmartyView forward request to target template file. It will map the template directory according to the Zend MVC view directory specification.
Located in /models/SmartyView.php (line 29)
Zend_View_Abstract | --SmartyView
Assign key or value
Clear all smarty assgined variables
Get the Smarty Engine for smarty related activities.
Register some php function as smarty modifiers to use in templates.
Call parent run method
Enter description here...
Sets the key value inside smarty assign variables those are used in templates where required.
Remove specified key from assigned variable
Documentation generated on Wed, 13 Feb 2008 01:57:42 +0500 by phpDocumentor 1.4.0a2