Source for file bookingMainScreen.php
Documentation is available at bookingMainScreen.php
* <b>Class Description</b>: controller class for retreat bookings tabbed screen.
* Created On: 30 March 2009
* @author Jan van der Breggen
* @subpackage RetreatRegistrationControllers
* @see controllersPackage.php
* @todo gather requirements and implement functionality
$this->_init($GLOBALS['lang']['booking_header']);
if (isset ($_SESSION['rvtwo']['selected_student'])){
$student = $searchResult->getResultByID($_SESSION['rvtwo']['selected_student']);
$this->View['student'] = $student['first_name']. " ". $student['last_name'];
$this->View['page_to_display'] = 'view_bookingScreen';
$_SESSION['rvtwo']['selected_student'] = $studentId;
|