Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
__construct ($model, $batchSize=20) | |
exports (DbExport $dbExport, $condition="") | |
Public Member Functions inherited from DataExport | |
__construct ($batchSize=20) | |
Protected Member Functions | |
scanManyToManys (DbExport $dbExport, $manyToManys) | |
Protected Member Functions inherited from DataExport | |
generateInsert ($table, $fields, $datas) | |
generateOneInsert ($table, $fields, $datas) | |
batchRows ($rows, $fields) | |
batchOneRow ($row, $fields) | |
Protected Attributes | |
$model | |
$metas | |
Protected Attributes inherited from DataExport | |
$batchSize | |
Definition at line 16 of file TableExport.php.
__construct | ( | $model, | |
$batchSize = 20 |
|||
) |
Definition at line 19 of file TableExport.php.
exports | ( | DbExport | $dbExport, |
$condition = "" |
|||
) |
Definition at line 25 of file TableExport.php.
|
protected |
Definition at line 37 of file TableExport.php.
|
protected |
Definition at line 18 of file TableExport.php.
|
protected |
Definition at line 17 of file TableExport.php.