Documentation TYPO3 par Ameos

testscript.inc

00001 <?php
00002 // This is a test-script which may be included by the cObject PHP_SCRIPT in TypoScript
00003 // All output must go to $content.
00004 // 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.
00005 // $GLOBALS['TSFE']->set_no_cache();
00006 # TYPO3 CVS ID: $Id: testscript.inc,v 1.2 2003/10/26 17:07:44 typo3 Exp $
00007 
00008 if (!is_object($this)) die ('Error: No parent object present.');
00009 
00010 
00011 
00012 $content='This is a testscript';
00013 
00014 ?>


Généré par Le spécialiste TYPO3 avec  doxygen 1.4.6