Usage of Zend_Filter

intro
This article shows an example of usage of Zend_Filter. It is used for filtering output of variables of view.

1.Create Controller
Create the file application/controllers/FilterController.php with the following content.
2.Create View
Create the file application/views/script/filter/index.phtml with the following content.
3.Result of Execution
Below is the output of view.

Leave a Reply

Your email address will not be published.