Questions tagged [symfony-3.1]

Here is a tag specifically for Symfony 3.1.x. Make sure to use this in combination with the symfony3 tag when your question pertains only to Symfony 3.1.x and not just 3.x in general.

Unravel various models in PHP Symfony by decoding JSON data into objects

Is there a way to effectively convert a multidimensional JSON into an object or model? When attempting to convert a JSON with nested structures, only the outer layer is successfully converted while inner layers remain as arrays. How can this issue be reso ...

Executing a Symfony 3 Doctrine query to retrieve data with a related entity

I need help with the following function: /** * * {@inheritDoc} * @see AppBundleInterfacesCrudManagerInterface::search() * * @return Member[] */ public function search(array $searchParams, array $order , $page, $limit) ...