Cheetah
Classes | Functions | Variables
tags.php File Reference

Go to the source code of this file.

Classes

class  TagsCalendar
 
class  TagsHomePage
 
class  TagsCalendarPage
 
class  TagsSearchPage
 

Functions

 showTags ($aParam=array(), $iBoxId=1, $sAction='', $iBox=0, $sTitle='')
 
 getPage_Home ()
 
 getPage_All ()
 
 getPage_Popular ()
 
 getPage_Calendar ()
 
 getPage_Search ()
 

Variables

const CH_TAGS_ACTION_HOME 'home'
 
const CH_TAGS_ACTION_ALL 'all'
 
const CH_TAGS_ACTION_POPULAR 'popular'
 
const CH_TAGS_ACTION_CALENDAR 'calendar'
 
const CH_TAGS_ACTION_SEARCH 'search'
 
const CH_TAGS_BOX_DISIGN 1
 
const CH_TAGS_BOX_INT_MENU 2
 
 $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
 

Function Documentation

◆ getPage_All()

getPage_All ( )

Definition at line 324 of file tags.php.

◆ getPage_Calendar()

getPage_Calendar ( )

Definition at line 343 of file tags.php.

◆ getPage_Home()

getPage_Home ( )

Definition at line 317 of file tags.php.

◆ getPage_Popular()

getPage_Popular ( )

Definition at line 333 of file tags.php.

◆ getPage_Search()

getPage_Search ( )

Definition at line 350 of file tags.php.

◆ showTags()

showTags (   $aParam = array(),
  $iBoxId = 1,
  $sAction = '',
  $iBox = 0,
  $sTitle = '' 
)

Definition at line 26 of file tags.php.

Variable Documentation

◆ $bAjaxMode

$bAjaxMode = isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' ? true : false

Definition at line 24 of file tags.php.

◆ $sAction

$sAction = empty($_GET['action']) ? '' : $_GET['action']

Definition at line 357 of file tags.php.

◆ CH_TAGS_ACTION_ALL

const CH_TAGS_ACTION_ALL 'all'

Definition at line 9 of file tags.php.

◆ CH_TAGS_ACTION_CALENDAR

const CH_TAGS_ACTION_CALENDAR 'calendar'

Definition at line 11 of file tags.php.

◆ CH_TAGS_ACTION_HOME

const CH_TAGS_ACTION_HOME 'home'

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 tags.php.

◆ CH_TAGS_ACTION_POPULAR

const CH_TAGS_ACTION_POPULAR 'popular'

Definition at line 10 of file tags.php.

◆ CH_TAGS_ACTION_SEARCH

const CH_TAGS_ACTION_SEARCH 'search'

Definition at line 12 of file tags.php.

◆ CH_TAGS_BOX_DISIGN

const CH_TAGS_BOX_DISIGN 1

Definition at line 14 of file tags.php.

◆ CH_TAGS_BOX_INT_MENU

const CH_TAGS_BOX_INT_MENU 2

Definition at line 15 of file tags.php.

◆ else

switch ( $sAction) if (! $bAjaxMode) else

Definition at line 393 of file tags.php.