Controllers
[ class tree: Controllers ] [ index: Controllers ] [ all elements ]

Source for file bookingAccommodation.php

Documentation is available at bookingAccommodation.php

  1. <?php
  2. /**
  3.  * <b>Class Description</b>: controller class for retreat accomodation bookings
  4.  * Created On: 30 March 2009
  5.  * @author Jan van der Breggen
  6.  * @package Controllers
  7.  * @subpackage RetreatBookingScreens
  8.  * @see controllersPackage.php
  9.  * @todo gather requirements and implement functionality
  10.  ***/
  11. Class BookingAccommodation extends TabScreen 
  12. {
  13.     
  14.  
  15.     function index()
  16.     {
  17.         $this->setPackageInfo("RetreatBookingScreens");
  18.         $this->View['page_to_display''view_underconstruction';
  19.         display_view($this->viewTemplate,$this->View);
  20.         
  21.     }
  22.     
  23. }
  24. ?>

Documentation generated on Mon, 18 May 2009 11:21:39 +0200 by phpDocumentor 1.4.1