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 4469526 commit 8063947Copy full SHA for 8063947
create_framework/routing.rst
@@ -35,7 +35,7 @@ template as follows:
35
.. code-block:: html+php
36
37
<!-- example.com/src/pages/hello.php -->
38
- Hello <?= htmlspecialchars(isset($name) ? $name : 'World', ENT_QUOTES, 'UTF-8') ?>
+ Hello <?= htmlspecialchars($name ?? 'World', ENT_QUOTES, 'UTF-8') ?>
39
40
Now, we are in good shape to add new features.
41
0 commit comments