Symfony: How to execute raw SQL which returns objects inside Form December 28, 2019 by blastar·0 Comments Ever wanted to fetch your entities using complex query from inside you form class? Check out below.Continue reading
Expected argument of type “string”, “NULL” given when using form in Symfony 4.1 October 10, 2018 by blastar·0 Comments Expected argument of type “string”, “NULL” given is very common question and seems to not be handled since Symfony 2 Continue reading