|
Cheetah
|
Protected Member Functions | |
| __construct ($aSystem) | |
Protected Member Functions inherited from ChWsbExport | |
| _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 | |
Public Member Functions inherited from ChWsbExport | |
| export ($iProfileId) | |
| exportFiles ($iProfileId) | |
| exportSQL ($iProfileId) | |
Static Public Member Functions inherited from ChWsbExport | |
| static | getObjectInstance ($sObject) |
| static & | getSystems () |
| static | generateAllExports ($iProfileId) |
| static | sendEmailNotification ($aProfile, $sFilename) |
| static | createZip ($iProfileId, $aExports) |
Protected Attributes inherited from ChWsbExport | |
| $_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 ChFdbExport.php.
|
protected |
Reimplemented from ChWsbExport.
Definition at line 12 of file ChFdbExport.php.