recipe_show.php

来自「RESIN 3.2 最新源码」· PHP 代码 · 共 22 行

PHP
22
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?