testscript.inc

来自「Typo3, 开源里边最强大的」· INC 代码 · 共 14 行

INC
14
字号
<?php// This is a test-script which may be included by the cObject PHP_SCRIPT in TypoScript// All output must go to $content.// This line will make sure that the page is NOT cached!! You may NOT set the value to false as some other code may have set it to true on purpose and this must be respected.// $GLOBALS['TSFE']->set_no_cache();# TYPO3 CVS ID: $Id: testscript.inc 48 2003-10-26 17:07:44Z typo3 $if (!is_object($this)) die ('Error: No parent object present.');$content='This is a testscript';?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?