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

Using Zend Framework, Smarty, and QuickForm to Quickly Deploy PHP Applications

Title: Using Zend Framework, Smarty, and QuickForm to Quickly Deploy PHP Applications
Category: Using with other technologies
Clicks: 286
Listing added: May 10, 2007
PageRank:
3/10
I began work this week on my first project utilizing the Zend Framework. The Zend Framework, although still alpha, provides some time-saving features for PHP web application developers. The largest time-saving feature for me so far has been the Zend Controller component, which is the building block for the MVC pattern. Basically, it allows you to create controllers and handlers to process requests. For example, /admin/index gets mapped to the 'index' action of the 'admin' controller. Inside the code, all you have to do is create classes to represent each controller and functions in those classes to process the handlers. Each handler function simply outputs the desired data to the browser. Easy as pie.
Zend Framework Version: Unknown
Author Name: Gregory Szorc's
Source: Gregory Szorc's blog
Referred By: Zend Framework Tutorials
Rating
  •  

Rating: 7.67/10 (3 ) 

Comments

 

 


 characters left

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