Я не знаю, почему я не могу получить значение формы из переменной контроллера. Мой контроллер: public function indexAction(Request $request,$id){ $ac = new Usersacademi(); $form = $this->createForm(UsersacademiType::class,$ac,array(‘id’=>$id)); $form->handleRequest($request); if($form->isValid()){…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy