| Active Users: |
32 |
| Accounts: |
0 |
| Guests: |
32 |
|
|
|
|
|
|
|
Using Phing to automate the generation of class skeletons for the Zend Framework
As I'm not very challenged by doing monotonic and repetitive work, as the building of custom controller and model classes of the Zend Framework is, I crafted an automation solution for these two tasks using Phing.
The tasks I wanted to automate were the creation of custom controller and model class by calling a build file. So I wrote two templates deriving from Zend_Controller_Action and Zend_Db_Table including some common methods used in all my controller/model classes like i.e. getModelInstance() in any custom Zend_Db_Table derivation.
| Zend Framework Version: |
Unknown
|
| Author Name: |
Raphael Stolt
|
| Source: |
<raphael.on.php/>
|
| Referred By: |
Zend Framework Tutorial
|
|
|
|
|
|
|
|
|
|
|
|