Structures_DataGrid::enableStreaming
Structures_DataGrid::enableStreaming() –
Enable streaming support for reading from DataSources and writing with
Renderers and set the buffer size (number of records)
Synopsis
require_once 'Structures/DataGrid.php';
void
Structures_DataGrid::enableStreaming
(
integer
$bufferSize = 500
)
Описание
This package is not documented yet.
Parameter
-
integer
$bufferSize
-
Number of records that should be buffered
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.