skip() public method

Return record at specified offset using same criteria as previous load() call and make it active
public skip ( $ofs = 1 ) : array
$ofs int
return array
Beispiel #1
0
 function skip($ofs = 1)
 {
     parent::skip($ofs = 1);
     $this->user = new \Model\User($this->casted['uid']);
 }