PDOpecl::PDO |
[ AdvancedSearch | AreaMap ]
|
| Welcome | Installation | FAQ | User Notes | Links |
| User Notes | bindParam | DSN | exec | API differences | fetchCol | setAttribute | API |
|
Areas In PDO |
fetchEven the PDO documentation describes the fetch() method as follows: "Fetches a row from a result set associated with a PDOStatement object." For this reason in DB and MDB equivalent methods are called fetchRow(). Therefore it makes absolute sense to choose a descriptive name, especially if its just 3 additional characters. Also defaulting to PDO_FETCH_BOTH seems overly verbose compared to the otherwise very streamlined way PDO works.
This site powered by YaWiki 0.22 beta.
Add A CommentYour comment will be added immediately; please check your comments, and be nice. :-) Please use plain text only; HTML and PHP code will be converted to entities. Your email address will be obfuscated with [AT] and [DOT] after you post your comment. |
|