N
N
NubasLol2018-07-22 22:53:31
symfony
NubasLol, 2018-07-22 22:53:31

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 question

Ask a Question

731 491 924 answers to any question