Cheetah
|
Go to the source code of this file.
Classes | |
class | CategoriesCalendar |
class | CategoriesCalendarPage |
class | CategoriesSearchPage |
Functions | |
showCategories ($aParam=array(), $iBoxId=1, $sAction='', $isBox=false, $bOrderPanel=false, $sTitle='') | |
getPage_All () | |
getPage_Common () | |
getPage_Users () | |
getPage_Calendar () | |
getPage_Search () | |
Variables | |
const | CH_CATEG_ACTION_ALL 'all' |
const | CH_CATEG_ACTION_COMMON 'common' |
const | CH_CATEG_ACTION_USERS 'users' |
const | CH_CATEG_ACTION_CALENDAR 'calendar' |
const | CH_CATEG_ACTION_SEARCH 'search' |
$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ? true : false | |
$sAction = empty($_GET['action']) ? '' : $_GET['action'] | |
switch($sAction) if(! $bAjaxMode) | else |
getPage_All | ( | ) |
Definition at line 281 of file categories.php.
getPage_Calendar | ( | ) |
Definition at line 310 of file categories.php.
getPage_Common | ( | ) |
Definition at line 290 of file categories.php.
getPage_Search | ( | ) |
Definition at line 317 of file categories.php.
getPage_Users | ( | ) |
Definition at line 300 of file categories.php.
showCategories | ( | $aParam = array() , |
|
$iBoxId = 1 , |
|||
$sAction = '' , |
|||
$isBox = false , |
|||
$bOrderPanel = false , |
|||
$sTitle = '' |
|||
) |
Definition at line 23 of file categories.php.
$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ? true : false |
Definition at line 21 of file categories.php.
$sAction = empty($_GET['action']) ? '' : $_GET['action'] |
Definition at line 324 of file categories.php.
const CH_CATEG_ACTION_ALL 'all' |
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 categories.php.
const CH_CATEG_ACTION_CALENDAR 'calendar' |
Definition at line 11 of file categories.php.
const CH_CATEG_ACTION_COMMON 'common' |
Definition at line 9 of file categories.php.
const CH_CATEG_ACTION_SEARCH 'search' |
Definition at line 12 of file categories.php.
const CH_CATEG_ACTION_USERS 'users' |
Definition at line 10 of file categories.php.
Definition at line 360 of file categories.php.