Alexander Makarov

Results 1745 comments of Alexander Makarov

Interesting. Are you sure it installs view package? https://github.com/yiisoft/yii-gii/blob/master/composer.json#L21

- https://github.com/cebe/php-openapi - https://github.com/cebe/yii2-openapi

How would that look like in queries? Would real field name be used or an alias that we have defined?

While it looks better, it's not convenient when you have `createAt` in code but `create_at` in query conditions in the same code.

3. Depends on the ORM. Doctrine has a special DQL query language that allows you to use mapped properties in conditions so you have same names everywhere but that comes...

Alright. Having an option to generate these is fine.

Does it improve one of the following: 1. User experience? 2. Experience when adding your own generators/templates? 3. Maintainer experience?

How about user experience and experience when adding generators/templates?

Something interesting is going on with tests...

Do you want to keep session in the worker context and not to destroy/recreate it on each request?