conn = @ibase_connect($db, $user, $pass); } /** * Close the link to the database */ function __destruct() { @ibase_close($this->conn); } }