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

Class: MainScreen

Source Location: /rvtwo/classes/controllerClasses/mainScreen.php

Class Overview

RvTwoObject
   |
   --Controller
      |
      --MainScreen

Class Description: This is the parent class for every controller that is connected to a main application window, displaying the Main System Menu and Application Name on top


Author(s):

  • Jan van der Breggen

Methods


Child classes:

ApplicationSetupThree
Class Description: Controller for initial system setup
StudentSearch
Class Description: controller class for student search screen.
ApplicationSetupOne
Class Description: Controller for the system's initial setup screen
Logon
Class Description: controller class for login screen.
ApplicationSetupFour
Class Description: Controller for initial system setup
ApplicationSetupSix
Class Description: Controller for initial system setup
BookingMainScreen
Class Description: controller class for retreat bookings tabbed screen.
SysAdmin
Class Description: Controller for the System Administration screen
RetreatConfig
Class Description: Controller for the system's retreat configuration screen
ApplicationSetupFive
Class Description: Controller for initial system setup
ApplicationSetupTwo
Class Description: Controller for initial system setup

Inherited Variables

Inherited Methods

Class: Controller

Controller::applyAccessRestrictionsToMenuArray()
Controller::convertMenuConfigFileToArray()
Converts the contents of a screen menu configuration file stored in the filesystem location specified by the PATH_CONF constant into an associative array.
Controller::convertRowsArrayToColumnsArray()
converts a rows_array as returned by the ORM and DB classes into an associative array.
Controller::makeLanguageMenuArray()
Controller::setPackageInfo()

Class: RvTwoObject

RvTwoObject::convertConfigFileToArray()
Converts the contents of a configuration file stored in the filesystem location specified by the PATH_CONF constant into an associative array. The lefthand value of each line in the config file in this array is the key and the right hand item is the value of the array.

Class Details

[line 12]
Class Description: This is the parent class for every controller that is connected to a main application window, displaying the Main System Menu and Application Name on top

Created On: 29/04/2009




Tags:

author:  Jan van der Breggen


[ Top ]


Class Methods


method _init [line 26]

void _init( [unknown_type $header = ''], [unknown_type $text = ''], [array $displayMenu = true], [unknown_type $disabledMenuItems = ''])

we can't implement a standard constructor as the constructor will be automatically

called at object creation time, which for controllers is during execution of the framework core code, at which time no parameters will be passed in which could have unwanted consequences




Parameters:

unknown_type   $header  
unknown_type   $text  
array   $displayMenu   containing names of menue items that must be disabled.
unknown_type   $disabledMenuItems  

[ Top ]


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