media/scripts/testscript.inc

Vai alla documentazione di questo file.
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 ?>

Generato il Thu Jan 19 15:07:49 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6