Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita29a319

Browse files
tamtamchikxabbuh
authored andcommitted
Update routing.rst
1 parentb646db0 commita29a319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎create_framework/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As we now extract the request query parameters, simplify the ``hello.php``
3333
template as follows::
3434

3535
<!-- example.com/src/pages/hello.php -->
36-
Hello <?php echo htmlspecialchars($name, ENT_QUOTES, 'UTF-8') ?>
36+
Hello <?php echo htmlspecialchars(isset($name) ? $name : 'World', ENT_QUOTES, 'UTF-8') ?>
3737

3838
Now, we are in good shape to add new features.
3939

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp