Created
September 11, 2013 11:54
-
-
Save oaltman/6522553 to your computer and use it in GitHub Desktop.
Entita + přidávání do kolekce + duplicitní záznamy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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