|
CMS Bridges
0.0.0
Multiple CMS platform module and theme development API
|
Variables | |
| const | PLATFORM_UNKNOWN = false |
| const | PLATFORM_DRUPAL = 'drupal' |
| const | PLATFORM_JOOMLA = 'joomla' |
| const | PLATFORM_WORDPRESS = 'wordpress' |
Platform constant identifiers.
| 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().
1.8.0