SensioFrameworkExtraBundle icon indicating copy to clipboard operation
SensioFrameworkExtraBundle copied to clipboard

[ParamConverters] Object ParamConverter

Open beberlei opened this issue 13 years ago • 3 comments

Allows to convert user input into object graphs (request query). Use-case could be criteria/query objects or other lightweight objects that are not persistent.

See the documentation update for details on how this converter works and the security implications.

beberlei avatar Jul 21 '12 00:07 beberlei

@fabpot could you give your input to this one? I use a copy of this in a project of mine to create criteria objects and pass them to the model layer, its really helpful. I am not sure though if the concept has loop-holes.

beberlei avatar Jul 26 '12 18:07 beberlei

I removed the "cookies" and "request" parts. This only makes sense when creating an "empty" object, which only makes sense from query data.

beberlei avatar Jul 26 '12 20:07 beberlei

@beberlei Any news?

astronati avatar Jan 29 '19 09:01 astronati

Closing as this repository is not maintained anymore. As of Symfony 6.2, all features have been moved to Symfony core now. See #783

fabpot avatar Dec 02 '22 09:12 fabpot