Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * IndexController
  5. *
  6. * @author
  7. * @version
  8. */
  9.  
  10. require_once 'Zend/Controller/Action.php';
  11.  
  12. class IndexController extends Zend_Controller_Action
  13. {
  14.  
  15. /**
  16. * The default action - show the home page
  17. */
  18. public function indexAction ()
  19. {
  20. // TODO Auto-generated IndexController::indexAction() default action
  21. }
  22.  
  23. }
  24. ?>
Add Comment
Please, Sign In to add comment