| Active Users: |
32 |
| Accounts: |
1 |
| Guests: |
31 |
|
abdulbasit |
|
|
|
|
|
Using Zend Framework, Smarty, and QuickForm to Quickly Deploy PHP Applications
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
|
|
|
|
|
|
|
|
|
|
|
|