Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 60 → Rev 61

/trunk/Db/Table.php
345,9 → 345,10
* @param array $data
* Associative array of column-value pairs to be updated/inserted
* @param string|array $condition
* If there are no records matching this condition, a row will be inserted;
* otherwise matching records are updated
* If there are no records matching this condition, a row
* will be inserted; otherwise matching records are updated.
* @return bool
* The return value of Table::update() or Table::insert()
* @see Table::update()
* @see Table::insert()
*/