Methods

__construct()

__construct() 
deprecated [2012-07-24] class was renamed to cBackend

Checks if choosen action exists.

getCode($action) : \$action
Inherited

If so, execute/eval it.

inherited_from \cBackend::getCode()

Parameters

$action

String Action to execute

Returns

\$actionString Code for selected Action

Returns the specified file path.

getFile($which) 
Inherited

Distinction between 'inc' and 'main' files.

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

inherited_from \cBackend::getFile()

Parameters

$which

String 'inc' / 'main'

Creates a log entry for the specified parameters.

log(int $idcat, int $idart, int $client, int $lang, $idaction) 
Inherited
inherited_from \cBackend::log()

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
Inherited
inherited_from \cBackend::select()

Parameters

$area

string selected area

Set the frame number in which the file is loaded

setFrame($frame_nr) : void
Inherited
inherited_from \cBackend::setFrame()

Parameters

$frame_nr

 Properties

 

$_actions : array
Inherited
inherited_from \cBackend::$$_actions
 

$_area : string
Inherited
inherited_from \cBackend::$$_area
 

$_debug 
Inherited
inherited_from \cBackend::$$_debug
 

$_errors : array
Inherited
inherited_from \cBackend::$$_errors
 

$_files : array
Inherited
inherited_from \cBackend::$$_files
 

$_frame : int
Inherited
inherited_from \cBackend::$$_frame