db\pgsql\Schema insert()

insert() public method

Executes the INSERT command, returning primary key values.

public array|false insert ( $table, $columns )
$table string

The table that new rows will be inserted into.

$columns array

The column data (name => value) to be inserted into the table.

return array|false

Primary key values or false if the command fails

doc_Yii
2016-10-30 16:58:50
Comments
Leave a Comment

Please login to continue.