Esempio n. 1
0
 public function affectedRows()
 {
     $res = $this->db->affectedRows();
     $this->assertError($res);
     return $res;
 }