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

Source for file sysAdmin.php

Documentation is available at sysAdmin.php

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

Documentation generated on Mon, 18 May 2009 11:22:20 +0200 by phpDocumentor 1.4.1