PHP 클래스 lithium\data\source\database\adapter\pdo\Result

It also provides a simple caching mechanism which stores the result after the first load. You are then free to iterate over the result back and forth through the provided methods and don't have to think about hitting the database too often. On initialization, it needs a PDOStatement to operate on. You are then free to use all methods provided by the Iterator interface.
상속: extends lithium\data\source\Result
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

보호된 메소드들

메소드 설명
_fetch ( ) : array | boolean | null Fetches the next result from the resource.

메소드 상세

_fetch() 보호된 메소드

Fetches the next result from the resource.
protected _fetch ( ) : array | boolean | null
리턴 array | boolean | null Returns a key/value pair for the next result, `null` if there is none, `false` if something bad happened.