Skip to content

Instantly share code, notes, and snippets.

@maccevedor
Created July 28, 2014 18:22
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 maccevedor/72a7764a569952fdfe02 to your computer and use it in GitHub Desktop.
Save maccevedor/72a7764a569952fdfe02 to your computer and use it in GitHub Desktop.
Validar Formularios en Symfony
/**
* @var string $title
*
* @ORM\Column(name="title", type="string", length=255)
* @Assert\NotNull(message="Debe escribir un titulo")
*/
private $title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment