ControllerExtraBundle
ControllerExtraBundle copied to clipboard
Controller extra Bundle for Symfony2
I was migrating Symfony from 2 to 3, thus from v1 to v2 of this bundle. I was still relying on the old tag `controller_extra.annotation`, that was changed about a...
I have 2 problems. 1. The "Paginator Wheres" are linked to "andwhere". I need "orwhere". What can I do? 2. I give a searchstring, which can also contain blank characters....
Hi, I'm having a problem trying to filter date fields using the where params. I.e. if I do the following (expiration_date is a DateTime in the entity) ``` php /*...
Add route nulls to paginator Merge mmoreram repository Sorry for the previous PR, bad manipulation
Log component should accept expression language
Logger should be selected using logger name. For this, we need to create a LoggerFactory, returning desired logger, given a name.