Changes between Initial Version and Version 3 of Ticket #18836
- Timestamp:
- 10/01/2011 05:43:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18836
- Property Cc sirzooro added
-
Ticket #18836 – Description
initial v3 9 9 So, this would require to do an extra query to calculate the total. It should still be faster than the current method. 10 10 11 If we want to get all the posts, we can get them in any order and then randomise their order using shuffle() in PHP.11 If we want to get more than one post, we can get them in any order and then call shuffle() on the resulting array.