Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created January 28, 2013 14:44
Show Gist options
  • Save Sigmus/4656058 to your computer and use it in GitHub Desktop.
Save Sigmus/4656058 to your computer and use it in GitHub Desktop.
<?php
$related_query = \Question::order_by('created_at','DESC');
$related_count = $related_query->take(2)->count();
$result = $related_query->take(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment