•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
  Forgot password?  Register

Zend Framework Programmer's Reference Guide - Zend_View

Title: Zend Framework Programmer's Reference Guide - Zend_View
Category: Zend Controller & Zend View
Clicks: 268
Listing added: Feb 3, 2007
PageRank:
6/10
Zend_View is a class for working with the "view" portion of the model-view-controller pattern. That is, it exists to help keep the view script separate from the model and controller scripts. It provides a system of helpers, output filters, and variable escaping.
Zend_View is template system agnostic; you may use PHP as your template language, or create instances of other template systems and manipulate them within your view script.
Essentially, using Zend_View happens in two major steps: 1. Your controller script creates an instance of Zend_View and assigns variables to that instance. 2. The controller tells the Zend_View to render a particular view, thereby handing control over the view script, which generates the view output.
Author: Zend Framework
Zend Framework Version: latest version - for ZF manual only
Rating
  •  

Rating: 1.00/10 (1 vote cast) 

Comments

 

 


 characters left

captchaPlease input letters you see on the image.
Click on image to redraw.