Cheetah
inc
classes
ChWsbExportQuery.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbDb'
);
9
13
class
ChWsbExportQuery
extends
ChWsbDb
14
{
15
protected
$_aSystem
;
16
17
public
function
__construct
($aSystem)
18
{
19
parent::__construct();
20
$this->_aSystem = $aSystem;
21
}
22
23
static
public
function
getAllActiveSystemsFromCache
()
24
{
25
return
$GLOBALS
[
'MySQL'
]->fromCache(
'sys_objects_exports'
,
'getAllWithKey'
,
'SELECT * FROM `sys_objects_exports` WHERE `active` = 1 ORDER BY `order`'
,
'object'
);
26
}
27
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
ChWsbExportQuery
Definition:
ChWsbExportQuery.php:14
ChWsbExportQuery\getAllActiveSystemsFromCache
static getAllActiveSystemsFromCache()
Definition:
ChWsbExportQuery.php:23
ChWsbExportQuery\__construct
__construct($aSystem)
Definition:
ChWsbExportQuery.php:17
ChWsbExportQuery\$_aSystem
$_aSystem
Definition:
ChWsbExportQuery.php:15
ChWsbDb
Definition:
ChWsbDb.php:13
$GLOBALS
$GLOBALS['iAdminPage']
Definition:
advanced_settings.php:10
Generated by
1.8.20