TYPO3 API  SVNRelease
testscript_INT.php
Go to the documentation of this file.
00001 <?php
00002 # TYPO3 SVN ID: $Id: testscript_INT.php 3437 2008-03-16 16:22:11Z flyguide $
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 ?>