We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280d0e8 commit 425c83fCopy full SHA for 425c83f
introduction/from_flat_php_to_symfony2.rst
@@ -370,7 +370,7 @@ on the requested URI::
370
echo '<html><body><h1>Page Not Found</h1></body></html>';
371
}
372
373
-For organization, both controllers (formerly ``index.php`` and ``show.php``)
+For organization, both controllers (formerly ``/index.php`` and ``/index.php/show``)
374
are now PHP functions and each has been moved into a separate file named ``controllers.php``::
375
376
// controllers.php
0 commit comments