Skip to content

Instantly share code, notes, and snippets.

@Cook-Self-Service
Last active August 29, 2015 13:56
Show Gist options
  • Save Cook-Self-Service/9133229 to your computer and use it in GitHub Desktop.
Save Cook-Self-Service/9133229 to your computer and use it in GitHub Desktop.
public function populateObjects(&$item)
{
// Load XRef Country
$this->loadXref($item, 'countries', 'countries', 'continent', 'id', null, 'object.default');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment