Skip to content

Instantly share code, notes, and snippets.

@jmeyo
Last active August 29, 2015 14:03
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 jmeyo/45320821eb58f8bda6e4 to your computer and use it in GitHub Desktop.
Save jmeyo/45320821eb58f8bda6e4 to your computer and use it in GitHub Desktop.
Symfony Database Design

Some of the links and tool we always need when doing Database Design with Symfony

Doctrine cookbook

Generating Getter and Setter

$ php app/console doctrine:generate:entities Acme/StoreBundle/Entity/Product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment