root

Changeset 304

Show
Ignore:
Timestamp:
10/16/08 01:05:46 (2 years ago)
Author:
wbond
Message:

BackwardsCompatibilityBreak - fResult::getPointer() was removed, same functionality is available from fResult::key()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fResult.php

    r303 r304 Hide Line Numbers
    426426     
    427427    /** 
    428      * Returns the current position of the pointer in the result set 
    429      *  
    430      * @return integer  The current position of the pointer in the result set 
    431      */ 
    432     public function getPointer() 
    433     { 
    434         return $this->pointer; 
    435     } 
    436      
    437      
    438     /** 
    439428     * Returns the result 
    440429     *