Skip to content

Instantly share code, notes, and snippets.

@raulfraile
Created February 22, 2012 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raulfraile/1887983 to your computer and use it in GitHub Desktop.
Save raulfraile/1887983 to your computer and use it in GitHub Desktop.
Entity hija
/**
* @var Padre
*
* @ORM\ManyToOne(targetEntity="Padre")
* @ORM\JoinColumns({
* @ORM\JoinColumn(name="padre_id", referencedColumnName="id")
* })
*/
private $padre;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment