You are here

property DB_common::$options in Flickr API 5

Run-time configuration options

The 'optimize' option has been deprecated. Use the 'portability' option instead.

Type: array

See also

DB_common::setOption()

File

phpFlickr/PEAR/DB/common.php, line 87

Class

DB_common
DB_common is the base class from which each database driver class extends

Code

var $options = [
  'result_buffering' => 500,
  'persistent' => false,
  'ssl' => false,
  'debug' => 0,
  'seqname_format' => '%s_seq',
  'autofree' => false,
  'portability' => DB_PORTABILITY_NONE,
  'optimize' => 'performance',
];