Source for file IndexController.php

Documentation is available at IndexController.php

  1. <?php
  2. /**
  3.  * Controller class for managing homepage.
  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 IndexController extends Zend_Controller_Action
  12. {
  13.     /**
  14.      * Index action.
  15.      * Action which leads to homepage of this portal.
  16.      */
  17.     public function indexAction()
  18.     {
  19.  
  20.     }
  21. }

Documentation generated on Mon, 20 Jun 2011 05:43:04 +0300 by phpDocumentor 1.4.1