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

Class: Logon

Source Location: /rvtwo/controllers/logon.php

Class Overview

RvTwoObject
   |
   --Controller
      |
      --MainScreen
         |
         --Logon

Class Description: controller class for login screen.


Author(s):

  • Jan van der Breggen

Variables

Methods


Inherited Variables

Inherited Methods

Class: MainScreen

MainScreen::_init()
we can't implement a standard constructor as the constructor will be automatically

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: controller class for login screen.

Created On: 30 March 2009




Tags:

author:  Jan van der Breggen
see:  controllersPackage.php
todo:  gather requirements and implement functionality


[ Top ]


Class Variables

$localUsers =

[line 15]



Tags:

access:  public

Type:   mixed


[ Top ]

$View = array()

[line 14]



Tags:

access:  public

Type:   mixed
Overrides:   Array


[ Top ]



Class Methods


method index [line 19]

void index( [ $ErrorMsg = ''])



Parameters:

   $ErrorMsg  

[ Top ]

method verification [line 60]

void verification( )



[ Top ]

method _checkAcl [line 132]

void _checkAcl( $user, $pwd)



Parameters:

   $user  
   $pwd  

[ Top ]

method _loadLocalUsers [line 147]

void _loadLocalUsers( )



[ Top ]


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