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.  * @package Controller
  8.  * @project olymp
  9.  * 
  10.  */
  11. class PageController extends Zend_Controller_Action
  12. {
  13.     /**
  14.      * Contact action.
  15.      * Action which leads to contact page of this portal.
  16.      * Needed to display the view of contact page.
  17.      */
  18.     public function contactAction()
  19.     {
  20.  
  21.     }
  22.     /**
  23.      * Info action.
  24.      * Action which leads to info page of this portal.
  25.      * Needed to display the view of info page.
  26.      */
  27.     public function infoAction()
  28.     {
  29.  
  30.     }
  31. }

Documentation generated on Wed, 15 Jun 2011 15:50:38 +0300 by phpDocumentor 1.4.1