Hey everybody,
I want to get a certain range of a resultset. I found this in the Documentation :
$drinks = \Drink::find(array( 'limit' => array('number' => $offset, 'offset' => 5) ));
But it returns an empty resultset ... Anybody an idea?
Hey everybody,
I want to get a certain range of a resultset. I found this in the Documentation :
$drinks = \Drink::find(array( 'limit' => array('number' => $offset, 'offset' => 5) ));
But it returns an empty resultset ... Anybody an idea?