Answer the question
In order to leave comments, you need to log in
How to fill an object with data from a form before submitting it to the database?
$formNew->handleRequest($request);
if ($formNew->isSubmitted() && $formNew->isValid()) {
//в этом месте нужно уже знать данные обЪекта для проверки //
$em = $this->getDoctrine()->getManager();
$em->persist($ob);
$em->flush();
));
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question