.. introduction:************Introduction************Labber sülzProducts can also be created:.. code-block:: php <?php $newProductName = "My Product"; $product = new Product(); $product->name = $newProductName; $entityManager->persist($product); $entityManager->flush();