Method Database_Statement::set

Meta:

Written by

Leo Feyer <http://www.contao.org>

/system/libraries/Database.php line 519
Automatically extracted PHP DOC comment from code:

Take an associative array and autogenerate the SET/VALUES subpart of a query
Usage example:
$objStatement->prepare("UPDATE table %s")->set(array('id'=>'my_id'));
will be transformed into "UPDATE table SET id='my_id'".

END OF PHP DOC
public function object set(array $arrParams)

Parameters

array $arrParams
Not documented yet. Please add documentation to this entry.

Add a comment

Please add 5 and 9.