Doctrine: Usar funciones de fecha y hora en DQL
10/10/2016
|Por Yoné Rocha
Shell
1 | php composer.phar require beberlei/DoctrineExtensions |
Añadir en app/config/config.yml:
YAML
1 2 3 4 5 6 7 8 9 | doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" naming_strategy: doctrine.orm.naming_strategy.underscore auto_mapping: true dql: string_functions: MONTH: DoctrineExtensions\Query\Mysql\Month YEAR: DoctrineExtensions\Query\Mysql\Year |