ADmad

Results 347 comments of ADmad

I would be nice if this behavior was configurable and have the cookie bar disappear (and not reappear) once user has saved the settings, for those who don't want to...

Would be nice if PHP-FIG also provides some clarification if the PSR repos are maintained by the group as a whole or each one is handled by a [BDFL](https://en.wikipedia.org/wiki/Benevolent_dictator_for_life).

Proposed change would of course require downstream change too and `ORM\Query` will also need to be split up. We would have to do away / rethink `ORM\Query` implementing `Datasource/QueryInterface`.

Sounds a bit weird to me that someone wouldn't have already decided what type of query they are building before hand and needs to change it mid build :slightly_smiling_face:. `Table`'s...

Pretty much all internal/sub queries would be select queries.

Initially I was only thinking about DBAL so didn't factor in the usage of `find()` which only exits for `ORM\Query`. Maybe we can keep the public API of `ORM\Query` the...

Okay, so `ORM\Query` will retain the current API and call to it's various method will return an instance of itself as it currently does. Depending on the method called it...

> What do you think about that approach? I think it's a reasonable approable. It allows up to improve the lower level of abstraction which does the heavy lifting, while...

Instead of using `find('list')` inside `contain()`, `formatResults()` could also be used for the main query to achieve the same data structure

The locale string is used to load the `po` files too, so you will have problems with translating static strings too. It would be better if you map your 2...