I have variable with id :
$var = $all->id;
How i can get next record in table after this id ?
all::findFirst('id > '.$id)->limit(1); // ?