Exemplo n.º 1
0
 /**
  * Executes a SQL statement and returns the number of affected rows.
  *
  * @param string $sql SQL
  * @return int
  */
 public function execute($sql)
 {
     return $this->adapter->execute($sql);
 }