Commit graph

28 commits

Author SHA1 Message Date
Dan Scott
1826d890cd Document PDO::quote() (within 24 hours of it being added to PDO -- hurray!)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179435 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-10 04:30:50 +00:00
Dan Scott
55a668cc6a Bring installation instructions into line with current reality.
Flag username and password parameters as optional for the ctor.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179349 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-09 17:20:15 +00:00
Dan Scott
0b4047e556 Document and add an example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179003 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-06 17:49:01 +00:00
Dan Scott
0c1bedcdde Document new parameters in PDOStatement::fetch that allow for scrollable
cursors, and add an example of how to use scrollable cursors (finally!).
Add examples for the transaction functions.
Correct a typo in the constants.
Adopt more reference template goodness throughout.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178958 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-05 18:52:58 +00:00
Dan Scott
47febed813 Continue the conversion to the new reference template.
Add another couple of constants, and update the PDOStatement
error functions to reflect the new reality.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178485 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-29 04:28:40 +00:00
Dan Scott
2cb3ea809a Update PDO::errorCode and PDO::errorInfo to reflect current reality.
Continue conversion to new reference template.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178300 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-26 14:41:31 +00:00
Dan Scott
e05f5d938a Correct constants.xml typo.
Migrate construct to new template.
Correct rowCount example.
Add setFetchMode documentation.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178285 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-26 05:35:40 +00:00
Dan Scott
65a76681a9 Document constants, bindColumn, and lastInsertID.
Correct minor errors in prepare and fetch.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178071 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-24 03:11:02 +00:00
Dan Scott
06748b6a71 Flesh out PDO::exec, add new files based on xml_proto skeletons.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177507 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-18 03:16:39 +00:00
Dan Scott
017be95eee Document database handle error methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173554 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-26 20:12:46 +00:00
Dan Scott
492aea4f11 Describe the errorInfo() array, add example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173553 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-26 19:55:05 +00:00
Dan Scott
5824a11e7d Add an example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173521 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-26 03:15:40 +00:00
Dan Scott
1f25280a0f Add brief docs and example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173160 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-21 20:01:42 +00:00
Dan Scott
934567e000 Update examples, include warning for fetchAll about resource requirements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173070 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-19 22:41:59 +00:00
Dan Scott
243267c301 Add examples, elaborate slightly on PDOStatement::fetchAll.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173068 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-19 22:21:35 +00:00
Dan Scott
227a33e724 Correct Windows DLL names, add rollBack stub
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173026 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-19 15:55:49 +00:00
Yannick Torres
cb08ac869e typo & ws & parse error in exemples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172807 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-16 20:12:45 +00:00
Dan Scott
e1bc3422e8 Add more PDO driver and constructor information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172620 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-13 22:28:28 +00:00
Jakub Vrana
c58f007447 Change "object" to specific objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172548 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 13:16:17 +00:00
Nuno Lopes
66fe97c768 add PDO to the manual toc and fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172520 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-11 16:57:17 +00:00
Jakub Vrana
fa5fa51bfe Tidy a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172480 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-11 08:16:32 +00:00
Dan Scott
f1919f2714 Switched to new xml_proto.php file structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172464 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 22:21:24 +00:00
Dan Scott
167842e95c Change to xml_proto.php generated file structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172463 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 22:14:43 +00:00
Sean Coates
ae1c3cc469 updated <function>...</function> references for PDO::*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172449 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 19:10:58 +00:00
Sean Coates
924e7b5e79 changed refnames to PDO::*
#thanks Nuno


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172448 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 18:51:28 +00:00
Sean Coates
1faa1f377d fixed refentry ids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172447 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 17:37:28 +00:00
Jakub Vrana
8ba5df9576 Tidy a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172415 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:04:56 +00:00
Dan Scott
18cc72a0f0 Adding initial draft of PDO documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172413 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 05:26:38 +00:00