Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created May 25, 2009 11:46
Show Gist options
  • Select an option

  • Save ocharles/117507 to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/117507 to your computer and use it in GitHub Desktop.
$c->model('ReleaseStatus')->load($release);
$c->model('ReleasePackaging')->load($release);
$c->model('Country')->load($release);
$c->model('Language')->load($release);
$c->model('Script')->load($release);
$c->model('ReleaseLabel')->load($release);
$c->model('Medium')->load($release);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment