Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pix_Table_Db_Adapter_Abstract
PHP Class Pix_Table_Db_Adapter_Abstract, pixframework
Inheritance:
implements
Pix_Table_Db_Adapter
Exibir arquivo
Open project: pixnet/pixframework
Public Methods
Method
Description
bulkInsert
(
Pix_Table
$table
,
array
$keys
,
array
$values_list
,
array
$options
= [] ) :
void
insert multiple rows
getSupportFeatures
( )
support
(
$id
)
Method Details
bulkInsert()
public
method
insert multiple rows
public
bulkInsert
(
Pix_Table
$table
,
array
$keys
,
array
$values_list
,
array
$options
= [] ) :
void
$table
Pix_Table
$keys
array
columns
$values_list
array
values list
$options
array
options
return
void
getSupportFeatures()
public
method
public
getSupportFeatures
( )
support()
public
method
public
support
(
$id
)