Skip to content

Instantly share code, notes, and snippets.

View yapro's full-sized avatar
:octocat:
a simple man ٩(◕‿◕)۶

Николай Лебеденко yapro

:octocat:
a simple man ٩(◕‿◕)۶
View GitHub Profile
@yapro
yapro / reference.yml
Created April 13, 2016 10:19 — forked from mnapoli/reference.yml
Doctrine YAML configuration reference
# Inspired from http://blog.hio.fr/2011/09/17/doctrine2-yaml-mapping-example.html
MyEntity:
type: entity
repositoryClass: MyRepositoryClass
table: my_entity
namedQueries:
all: "SELECT u FROM __CLASS__ u"
# Class-Table-Inheritance