readme
来自「PhpWiki是sourceforge的一个开源项目」· 代码 · 共 13 行
TXT
13 行
$Id: README,v 1.3 2004/04/18 04:00:19 rurban Exp $The template structure and syntax has completely changed with 1.3.3. See lib/Template.php for more, esp. the defined global php variables.($request, $user, $page, $Theme and some action specific local vars.)There's no ###<variable>### markup anymore, instead normal php variables, constants and code can be used.Templates may be nested. Usage sample: <?= Template('browse') ?>See doc/THEMES for the full documentation.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?