Creating Add/Update/Delete/View Action Controller

intro
This article shows simple add/update/delete/view Action Controller derived by Zend_Controller_Action.

1.Create Controller
Create the file library/My/Controller/Simple.php with the following content.

Next
Next article will show how to use this controller.
History
Date Content
2008/4/15 Published
2008/4/18 The forward process when the action was canceled was changed to the redirect process.
The method getFormAction was modified to use the url helper.
The decorators of submit buttons was changed.
2008/4/26 Methods for DB processing were added.

Leave a Reply

Your email address will not be published.