CMS Bridges  0.0.0
Multiple CMS platform module and theme development API
 All Data Structures Namespaces Files Functions Variables
Variables
PLATFORM
The group of defined constants

Variables

const PLATFORM_UNKNOWN = false
const PLATFORM_DRUPAL = 'drupal'
const PLATFORM_JOOMLA = 'joomla'
const PLATFORM_WORDPRESS = 'wordpress'

Detailed Description

Platform constant identifiers.

Note:
As we add others this list will grow. If you wish to see another CMS platform supported then please file a feature request ticket.

Variable Documentation

const PLATFORM_DRUPAL = 'drupal'

Definition at line 36 of file cbBase.php.

Referenced by cbBase\_platform().

const PLATFORM_JOOMLA = 'joomla'

Definition at line 37 of file cbBase.php.

Referenced by cbBase\_platform().

const PLATFORM_UNKNOWN = false

Definition at line 35 of file cbBase.php.

Referenced by cbBase\_platform().

const PLATFORM_WORDPRESS = 'wordpress'

Definition at line 38 of file cbBase.php.

Referenced by cbBase\_platform().