Rustam Mamadaminov
Rustam Mamadaminov
I mean hydration and vice versa (aka `toArray()`).
It's not deserialization exactly. We have `Map` attribute. ```php // request data is ['a' => 'foo', 'b' => 'bar'] #[Map(['x' => 'a', 'y' => 'b']) class MyDto { public string...
> $request->getParsedBody()? Any input.
yiisoft/active-record#16
https://github.com/Oxyaction/yii2-polymorphic-relation-behavior
Either we need to check the string or remove the `non-empty string` annotation.
Could you also replace annotation with attributes in entities?
> In this PR keep routes/groups object and additional add new routes/groups objects with named arguments. Seems, this decrease performance... We can mention it in docs or drop the current...
I think we should keep the current syntax. > With these changes, https://github.com/yiisoft/router/issues/179 becomes real just one line above the #[\Attribute] class We can do it differently. I have an...
Gii is missing changes from other packages. As @samdark told this package is under heavy development. We will fix and adapt to other packages soon.