Cheetah
|
Protected Member Functions | |
__construct ($aSystem) | |
![]() | |
_getFiles ($sTableName, $aFields, $iProfileId) | |
_getRows ($sTableName, $mixedCond, $iProfileId) | |
_getQuery ($sTableName, $mixedCond, $iProfileId) | |
_getFilePath ($sTableName, $sField, $sFileName, $sPrefix, $sExt) | |
_getFilesFromStmt ($sTableName, $oStmt, $aFields) | |
_getRowsFromStmt ($sTableName, $oStmt) | |
Additional Inherited Members | |
![]() | |
export ($iProfileId) | |
exportFiles ($iProfileId) | |
exportSQL ($iProfileId) | |
![]() | |
static | getObjectInstance ($sObject) |
static & | getSystems () |
static | generateAllExports ($iProfileId) |
static | sendEmailNotification ($aProfile, $sFilename) |
static | createZip ($iProfileId, $aExports) |
![]() | |
$_aSystem = array () | |
current export system array More... | |
$_oQuery = null | |
$_aTables = array() | |
array of tables for export, where key is table name and value can be string with condition (example: a = 'b') or array with full query (example: SELECT * FROM a WHERE b = 'c'). '{profile_id}' replacement marker can be used in condition or query More... | |
$_sFilesBaseDir = '' | |
base dir for files More... | |
$_aTablesWithFiles = array() | |
array of tables with files, where key is table name and value is array of fields, where key is field name and values are files prefixes More... | |
Definition at line 10 of file ChWallExport.php.
|
protected |
Reimplemented from ChWsbExport.
Definition at line 12 of file ChWallExport.php.