====== doctrine ======
===== Описание таблиц =====
===== Описание полей =====
===== Описание связей =====
===== Описание индексов =====
==== yml ====
uniqueConstraints:
search_idx:
columns: ['name', 'part']
==== php ====
* [[php:doctrine:anotation|Справочник по аннотациям второй доктрины]]
===== Кэш =====
[[http://docs.doctrine-project.org/en/2.0.x/reference/caching.html]]
[[http://stackoverflow.com/questions/10605439/doctrine2-caching-of-updated-elements]]
[[http://stackoverflow.com/questions/15559686/clearing-query-cache-in-symfony2-doctrine]]
===== Полезные ссылки =====
* [[http://docs.doctrine-project.org/en/latest/reference/caching.html|Документация по второй доктрине]]
* [[http://forum.symfony.org.ua/topic/1278/doctrine-and-union/]]
* [[http://odiszapc.ru/doctrine/introduction|Документация по второй доктрине на русском]]
* [[http://docs.doctrine-project.org/en/2.0.x/cookbook/mysql-enums.html|Enum]]
* [[https://doctrine-orm.readthedocs.org/en/latest/reference/basic-mapping.html#quoting-reserved-words]]
* [[http://odiszapc.ru/doctrine/]]