Documentation TYPO3 par Ameos |
00001 <?php 00002 # TYPO3 CVS ID: $Id: testscript_INT.php,v 1.2 2003/10/26 17:07:44 typo3 Exp $ 00003 00004 if (!is_object($this)) die ('Error: No parent object present.'); 00005 00006 00007 00008 00009 $content.=' 00010 This is output from an internal script! 00011 <br /> 00012 Works like ordinary include-scripts. 00013 <br /> 00014 '; 00015 00016 debug($this->data); 00017 00018 ?>