property DB_common::$fetchmode_object_class in Flickr API 5
The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
Type: string
File
- phpFlickr/
PEAR/ DB/ common.php, line 63
Class
- DB_common
- DB_common is the base class from which each database driver class extends
Code
var $fetchmode_object_class = 'stdClass';