STC

CRUD - Update - getResult()

CRUD - Update - getResult()
  • Compartilhe esse post
  • Compartilhar no Facebook00
  • Compartilhar no Google Plus00
  • Compartilhar no Twitter

Obter resultado: Retorna TRUE se não ocorrer erros, ou FALSE. Mesmo não alterando os dados se uma query
* for executada com sucesso o retorno será TRUE. Para verificar alterações execute o getRowCount();
* @return BOOL $Var = True ou False

public function getResult() {
return $this->Result;
}

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