Skip to content

Instantly share code, notes, and snippets.

@hailwood
Created January 13, 2015 12:12
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/238d9fb4096e34248a3a to your computer and use it in GitHub Desktop.
Save hailwood/238d9fb4096e34248a3a 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()->toArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment