Searched refs:week (Results 1 – 1 of 1) sorted by relevance
754 $week = !date('w') ? strtotime('midnight') : strtotime('Last Sunday'); variable765 …w Query('SELECT COUNT(votes.id) AS total FROM votes WHERE UNIX_TIMESTAMP(votes.ts) >= ?', [$week]);768 …M votes WHERE UNIX_TIMESTAMP(votes.ts) >= ? AND UNIX_TIMESTAMP(votes.ts) < ?', [$lastweek, $week]);
Completed in 5 milliseconds