Cheetah
Functions | Variables
fields.parse.php File Reference

Go to the source code of this file.

Functions

switch(truecreateNewBlock ()
 
 createNewItem ()
 
 genAreaJSON ( $iAreaID)
 
 savePositions ( $iAreaID)
 
 saveItem ( $iAreaID, $aData)
 
 deleteItem ( $iItemID, $iAreaID)
 
 showEditForm ( $iItemID, $iAreaID)
 

Variables

const CH_SECURITY_EXCEPTIONS true
 
 $aChSecurityExceptions = array ()
 
 $aChSecurityExceptions [] = 'POST.Check'
 
 $logged ['admin'] = member_auth( 1, true, true )
 
 $sAction = ch_get('action')
 

Function Documentation

◆ createNewBlock()

switch (true) createNewBlock ( )

Definition at line 55 of file fields.parse.php.

◆ createNewItem()

createNewItem ( )

Definition at line 63 of file fields.parse.php.

◆ deleteItem()

deleteItem (   $iItemID,
  $iAreaID 
)

Definition at line 100 of file fields.parse.php.

◆ genAreaJSON()

genAreaJSON (   $iAreaID)

Definition at line 72 of file fields.parse.php.

◆ saveItem()

saveItem (   $iAreaID,
  $aData 
)

Definition at line 91 of file fields.parse.php.

◆ savePositions()

savePositions (   $iAreaID)

Definition at line 80 of file fields.parse.php.

◆ showEditForm()

showEditForm (   $iItemID,
  $iAreaID 
)

Definition at line 109 of file fields.parse.php.

Variable Documentation

◆ $aChSecurityExceptions [1/2]

$aChSecurityExceptions = array ()

Definition at line 9 of file fields.parse.php.

◆ $aChSecurityExceptions [2/2]

$aChSecurityExceptions[] = 'POST.Check'

Definition at line 10 of file fields.parse.php.

◆ $logged

$logged[ 'admin'] = member_auth( 1, true, true )

Definition at line 22 of file fields.parse.php.

◆ $sAction

$sAction = ch_get('action')

Definition at line 24 of file fields.parse.php.

◆ CH_SECURITY_EXCEPTIONS

const CH_SECURITY_EXCEPTIONS true

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file fields.parse.php.