Skip to content

Instantly share code, notes, and snippets.

@oaltman
Created September 11, 2013 11:54
Show Gist options
  • Save oaltman/6522553 to your computer and use it in GitHub Desktop.
Save oaltman/6522553 to your computer and use it in GitHub Desktop.
Entita + přidávání do kolekce + duplicitní záznamy
foreach($images as $image)
{
if(!$this->show->hasImage($image)) $this->show->addImage($image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment