예제 #1
0
 /**
  * Returns the current range settings.
  *
  * @return array Associative array with two keys: 'skip' for
  * the current skip setting, and 'max' for the current maximum
  * number of records. If either key does not have a value, the 
  * returned value for that key is NULL.
  */
 function getRange()
 {
     return $this->_impl->getRange();
 }