PHP 트레잇 luya\traits\NextPrevModel

부터: 1.0.0-beta6
저자: nadar
파일 보기 프로젝트 열기: luyadev/luya

공개 메소드들

메소드 설명
getNext ( ) : ActiveQuery Get the next actrive record of the current id
getPrev ( ) : ActiveQuery Get the previous record of a current id

메소드 상세

getNext() 공개 메소드

Get the next actrive record of the current id
public getNext ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getPrev() 공개 메소드

Get the previous record of a current id
public getPrev ( ) : ActiveQuery
리턴 yii\db\ActiveQuery