Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TableExport Class Reference
+ Inheritance diagram for TableExport:

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
 

Detailed Description

Definition at line 16 of file TableExport.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $model,
  $batchSize = 20 
)

Definition at line 19 of file TableExport.php.

Member Function Documentation

◆ exports()

exports ( DbExport  $dbExport,
  $condition = "" 
)

Definition at line 25 of file TableExport.php.

◆ scanManyToManys()

scanManyToManys ( DbExport  $dbExport,
  $manyToManys 
)
protected

Definition at line 37 of file TableExport.php.

Field Documentation

◆ $metas

$metas
protected

Definition at line 18 of file TableExport.php.

◆ $model

$model
protected

Definition at line 17 of file TableExport.php.


The documentation for this class was generated from the following file: