Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. class Zend_View_Helper_Hello extends Zend_View_Helper_Abstract
  4. {
  5.         public function hello()
  6.         {
  7.                 return 'HelloWorld!';
  8.         }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement