📄 recipe_show.php
字号:
<?php require_once "view_inc.php" ?><p> <b>Title:</b> <?= q($recipe->title) ?></p><p> <b>Description:</b> <?= q($recipe->description) ?></p><p> <b>Date:</b> <?= q($recipe->date) ?></p><p> <b>Instructions:</b> <?= q($recipe->instructions) ?></p><a href="recipe.php?action=edit&id=<?= $recipe->id ?>">Edit</a>| <a href="recipe.php">Back</a>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -