From 457abbacefaa645de09d5ffbd2c43b568cb41f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves=20aka=20renan=2Esaddam?= Date: Thu, 19 May 2011 06:20:50 -0700 Subject: [PATCH] Version 2.0.5 no longer needs $cli call and the namespace for Components has changed. --- en/tutorials/getting-started-xml-edition.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 14069f4ea..8b24c3c2c 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -734,10 +734,9 @@ doctrine command. Its a fairly simple file: .. code-block:: php new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($entityManager) )); - $cli->setHelperSet($helperSet); You can then change into your project directory and call the Doctrine command-line tool: