Posts by Matheus Lopes • 1 point
1 post
-
0
votes3
answers199
viewsA: How to capture the result of an execution of doctrine2?
$companyName = $entityManager->getRepository("Admin\\Module\\Configuration\\Entity\\Config") ->findOneBy(array("type"=>"company_name")); $companyName->setValue($POST["companyName"]);…