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

Source for file applicationSetupSix.php

Documentation is available at applicationSetupSix.php

  1. <?php
  2. /**
  3.  * <b>Class Description</b>: Controller for initial system setup
  4.  * Created On: 30 March 2009
  5.  * @author Jan van der Breggen
  6.  * @package Controllers
  7.  * @subpackage SystemSetupScreens
  8.  * @see controllersPackage.php
  9.  * @todo
  10.  ***/
  11. {
  12.  
  13.     function index($header=''$text=''$other='')
  14.     {
  15.         $text $GLOBALS['lang']['setupScreenTextSix'];
  16.         $this->_init($GLOBALS['lang']['setupHeaderSix'],$text);
  17.         $this->setPackageInfo("SystemSetupScreens");
  18.         $countryConfig unserialize($_SESSION['rvtwo']['locale']);
  19.         $this->View['form_to_display']'view_applicationSetupSix';
  20.         $this->View['page_to_display''view_template_setup_screen';
  21.         $this->View['prev_page'"applicationSetupFive";
  22.         $_SESSION['rvtwo']['locale'serialize($countryConfig);
  23.         display_view($this->viewTemplate$this->View);
  24.        
  25.             
  26.     }
  27.     
  28.     function verification ()
  29.     {
  30.         
  31.         redirect (studentSearch);
  32.         
  33.         
  34.         
  35.     }
  36.     
  37.  
  38. }
  39. ?>

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