Source for file PageController.php

Documentation is available at PageController.php

  1. <?php
  2. /**
  3.  * Controller class for managing and displaying static pages.
  4.  * 
  5.  * @author Margus Sellin <margus@bitweb.ee>
  6.  * @copyright Copyright (C) 2011. All rights reserved. Margus Sellin
  7.  * @project olymp
  8.  * 
  9.  */
  10. class PageController extends Zend_Controller_Action
  11. {
  12.     /**
  13.      * Contact action.
  14.      * Action which leads to contact page of this portal.
  15.      * Needed to display the view of contact page.
  16.      */
  17.     public function contactAction()
  18.     {
  19.  
  20.     }
  21.     /**
  22.      * Info action.
  23.      * Action which leads to info page of this portal.
  24.      * Needed to display the view of info page.
  25.      */
  26.     public function infoAction()
  27.     {
  28.  
  29.     }
  30. }

Documentation generated on Tue, 14 Jun 2011 19:53:24 +0300 by phpDocumentor 1.4.1