I have an $events object that gets a bunch of results from various tables in my database using Query Builder in Laravel 4. See here http://paste.laravel.com/qIj
I'd like to separate those results in to week commencing, so when I output them in my view it groups everything by week, based upon the information in the start_date field of the events table.
Any ideas how best to achieve this? Cheers.