Methods

Checks if choosen action exists.

getCode($action) : \$action

If so, execute/eval it.

Parameters

$action

String Action to execute

Returns

\$actionString Code for selected Action

Returns the specified file path.

getFile($which) 

Distinction between 'inc' and 'main' files.

'inc' => Required file like functions/classes etc. 'main' => Main file

Parameters

$which

String 'inc' / 'main'

Creates a log entry for the specified parameters.

log(int $idcat, int $idart, int $client, int $lang, $idaction) 

Parameters

$idcat

int

Category-ID

$idart

int

Article-ID

$client

int

Client-ID

$lang

int

Language-ID

$idaction

Loads all required data from the DB and stores it in the $_actions and $_files array

select($area) : void

Parameters

$area

string selected area

Set the frame number in which the file is loaded

setFrame($frame_nr) : void

Parameters

$frame_nr

 Properties

 

$_actions : array
 

$_area : string
 

$_debug 
deprecated [2012-03-12] No longer needed. The debug mode gets chosen by the system settings.
 

$_errors : array
 

$_files : array
 

$_frame : int