Skip to content

Instantly share code, notes, and snippets.

@paddya
Created March 26, 2012 18:33
Show Gist options
  • Save paddya/2208542 to your computer and use it in GitHub Desktop.
Save paddya/2208542 to your computer and use it in GitHub Desktop.
/**
* @ORM\ManyToMany(targetEntity="Product", inversedBy="contactPersons", fetch="EXTRA_LAZY", cascade={"persist"})
* @ORM\JoinTable(name="contactPersons_products")
* @ORM\OrderBy({"name"="ASC"})
*/
protected $products;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment