You are here

constant DB_PORTABILITY_NUMROWS in Flickr API 5

Enable hack that makes numRows() work in Oracle

2 uses of DB_PORTABILITY_NUMROWS
DB_common::setOption in phpFlickr/PEAR/DB/common.php
Sets run-time configuration options for PEAR DB
DB_result::numRows in phpFlickr/PEAR/DB.php
Get the number of rows in a result set

File

phpFlickr/PEAR/DB.php, line 364

Code

define('DB_PORTABILITY_NUMROWS', 8);