Guest User

Untitled

a guest
Jul 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // next
  2. $select->from(
  3. array(
  4. 'photos' => $this->_name
  5. ),
  6. array(
  7. 'photo_id', 'fk_user_id'
  8. )
  9. )
  10. ->where('photo_id > ?', $id)
  11. ->limit(1);
  12.  
  13. // prev just switch the where clause photo_id < ?
Add Comment
Please, Sign In to add comment