Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. How to sort photos in order of likes, comments entries desc. Need to get all rows of photos, photo.comments, photo.likes
  2.  
  3.  
  4. photos
  5. ------------
  6. id
  7. url
  8. created
  9. modified
  10.  
  11. likes
  12. --------
  13. id
  14. photo_id
  15. user_id
  16. created
  17. modified
  18.  
  19. comments
  20. ----------
  21. id
  22. photo_id
  23. user_id
  24. comment
  25. created
  26. modified
  27.  
  28.  
  29. Example : if comments or likes have a new entry, this photo should be first.
Add Comment
Please, Sign In to add comment