Skip to content

Instantly share code, notes, and snippets.

@Cook-Self-Service
Created February 21, 2014 14:06
Show Gist options
  • Save Cook-Self-Service/9134834 to your computer and use it in GitHub Desktop.
Save Cook-Self-Service/9134834 to your computer and use it in GitHub Desktop.
public function populateObjects(&$item)
{
// Load XRef Countries
$this->loadXref($item, 'countries', 'countries', 'continent', 'id',
// BEGIN
array(
'cities', // xref.countries.cities
'cities.travellers' // xref.countries.cities.travellers
)
// END
, 'object.default');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment