Skip to content

Instantly share code, notes, and snippets.

@rsmarshall
Created January 30, 2014 08:41
Show Gist options
  • Select an option

  • Save rsmarshall/8704735 to your computer and use it in GitHub Desktop.

Select an option

Save rsmarshall/8704735 to your computer and use it in GitHub Desktop.
whereNested ( function ( $query )
{
$query -> where ( 'year' , '>' , 2000 );
$query -> where ( 'year' , '<' , 2005 );
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment