diff --git a/en/reference/introduction.rst b/en/reference/introduction.rst index ace3d7d9b..9f42e2741 100644 --- a/en/reference/introduction.rst +++ b/en/reference/introduction.rst @@ -318,19 +318,19 @@ Mini-tutorial the following: -.. raw:: html +.. code-block:: php - - - setName('Garfield'); :math:`$em->persist($`user); $em->flush(); + setName('Garfield'); + $em->persist($user); + $em->flush(); + + echo "User saved!"; Open index.php in your browser or execute it on the command line.