Hi All,
I use update() function like
$n = $db->update('bugs', $data, 'bug_id = 2');
but when this function executes all the rows in the table changes to the
value i have passed to update function instead of only one row that i have
given in the function.
This is bug or i am using function wrongly ?
Please suggest me the way
Regards
Rohit
-- 
View this message in context: 
http://www.nabble.com/Updating-Data-using-update%28%29-function-tp18731318p18731318.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to