Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 61 → Rev 60

/trunk/Db/Table.php
345,10 → 345,9
* @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()
*/