Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. $debug = Jelly::select('counter_teaser')->execute()->as_array();
  2.  
  3. print_r($debug);
  4.  
  5. ##
  6.  
  7. Array
  8. (
  9. [0] => Array
  10. (
  11. [teaser_id] => 212
  12. [rotates] => 3461
  13. [clicks] => 2
  14. [real_clicks] => 2
  15. [updated] => 2011-08-22 14:34:33
  16. [created] => 2011-08-20 15:54:27
  17. [teaser] => 212
  18. )
  19.  
  20. [1] => Array
  21. (
  22. [teaser_id] => 213
  23. [rotates] => 3497
  24. [clicks] => 3
  25. [real_clicks] => 3
  26. [updated] => 2011-08-22 14:33:57
  27. [created] => 2011-08-20 15:56:30
  28. [teaser] => 213
  29. )
  30.  
  31. [2] => Array
  32. (
  33. [teaser_id] => 214
  34. [rotates] => 3603
  35. [clicks] => 2
  36. [real_clicks] => 2
  37. [updated] => 2011-08-22 14:33:59
  38. [created] => 2011-08-20 15:53:46
  39. [teaser] => 214
  40. )
  41.  
  42. ...
Add Comment
Please, Sign In to add comment