Example #1
0
 /**
  * 获取受影响的行数
  * @return int
  */
 function rowCount()
 {
     return $this->db->getAffectedRows();
 }