Skip to content

Instantly share code, notes, and snippets.

@hailwood
Created January 13, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hailwood/49495adde6e7682a4d18 to your computer and use it in GitHub Desktop.
Save hailwood/49495adde6e7682a4d18 to your computer and use it in GitHub Desktop.
<?php ////
$list = Product::get()->filterAny(array('AllCountries' => 1, 'IncludedCountries.Code' => $country))
->exclude('ExcludedCountries.Code', $country)->map();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment