Guest User

Untitled

a guest
Jun 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. [query] => select * from `products1` where `categories_category_id` = ? and `sticky` = ? and `categoryAdvertiseTypeId` = ? order by RAND() limit 50
  6. [bindings] => Array
  7. (
  8. [0] => 1
  9. [1] => 1
  10. [2] => 0
  11. )
  12.  
  13. [time] => 31.66
  14. )
  15.  
  16. [1] => Array
  17. (
  18. [query] => select * from `products1` where `categories_category_id` = ? and `subcat` = ? and `categoryAdvertiseTypeId` = ? and `startdate` > ? and `active` = ? order by `startdate` desc limit 50 offset 0
  19. [bindings] => Array
  20. (
  21. [0] => 1
  22. [1] => 174
  23. [2] => 0
  24. [3] => 1524247052438
  25. [4] => 0
  26. )
  27.  
  28. [time] => 3.49
  29. )
  30.  
  31. [2] => Array
  32. (
  33. [query] => select `isShowAddCommentAndLikes`, `product_id`, `categories_category_id`, `productNameEnglish`, `productNameArabic`, `product_price`, `comment`, `likes`, `productAdvertiseUrl`, `img` from `ads` where `show_web` = ? order by `id` desc limit 1
  34. [bindings] => Array
  35. (
  36. [0] => 0
  37. )
  38.  
  39. [time] => 0.69
  40. )
  41.  
  42. )
Add Comment
Please, Sign In to add comment