You are here

constant DB_FETCHMODE_OBJECT in Flickr API 5

Column data as object properties

4 uses of DB_FETCHMODE_OBJECT
DB_common::getAssoc in phpFlickr/PEAR/DB/common.php
Fetches an entire query result and returns it as an associative array using the first column as the key
DB_common::setFetchMode in phpFlickr/PEAR/DB/common.php
Sets the fetch mode that should be used by default for query results
DB_result::fetchInto in phpFlickr/PEAR/DB.php
Fetch a row of data into an array which is passed by reference
DB_result::fetchRow in phpFlickr/PEAR/DB.php
Fetch a row of data and return it by reference into an array

File

phpFlickr/PEAR/DB.php, line 273

Code

define('DB_FETCHMODE_OBJECT', 3);