📄 category_list.php
字号:
<?php require_once "view_inc.php" ?><table border="1"> <tr> <th>Name</th> </tr> <? foreach ($categories as $category) { ?> <tr> <td><a href="category.php?id=<?= $category->id ?>"><?= q($category->name) ?></a> <a href="category.php?action=delete&id=<?= $category->id ?>">(delete)</a> </tr><? } ?></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -