STC

CRUD - Read - getRowCount()

CRUD - Read - getRowCount()
  • Compartilhe esse post
  • Compartilhar no Facebook00
  • Compartilhar no Google Plus00
  • Compartilhar no Twitter

Contar Registros: Retorna o número de registros encontrados pelo select!
* @return INT $Var = Quantidade de registros encontrados


public function getRowCount() {
return $this->Read->rowCount();
}

  • Compartilhe esse post
  • Compartilhar no Facebook00
  • Compartilhar no Google Plus00
  • Compartilhar no Twitter