Ejemplo n.º 1
0
 /**
  * 获取记录条数
  * @param \Sooh\DB\Interfaces\All $db
  * @param string $tb
  */
 public function kvoGetRecordCount($db, $tb)
 {
     $this->records[] = $db->getRecordCount($tb, $this->where);
 }