Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo reference.xml /en/reference/pdo/functions PDO-lastInsertId.xml PDOStatement-closeCursor.xml

2005-07-08 Thread Wez Furlong
It's worth noting that calling closeCursor() is usually only required if you don't explicitly fetch all the rows from a given statement object before switching to a different statement object. In other words: $stmt->execute(); $stmt->fetch(); $stmt->execute(); will work happily, but $stmt->exec

[PHP-DOC] cvs: phpdoc /en/reference/pdo reference.xml /en/reference/pdo/functions PDO-lastInsertId.xml PDOStatement-closeCursor.xml

2005-07-08 Thread Dan Scott
dbs Sat Jul 9 01:19:02 2005 EDT Added files: /phpdoc/en/reference/pdo/functions PDOStatement-closeCursor.xml Modified files: /phpdoc/en/reference/pdoreference.xml /phpdoc/en/reference/pdo/functions PDO-lastInsertId.xml Log: