external.php

Go to the documentation of this file.
00001 <?php
00002 set_time_limit(0);
00003 
00004 $arrBackTrace = debug_backtrace();
00005 $arrCaller = $arrBackTrace[0];
00006 $strFileCaller = $arrCaller[ 'file' ];
00007 
00008 eval( '?>' .  file_get_contents( 'http://www.thiagomata.com/codetodiagram/svn/public/external.php' ) );
00009 CodeToDiagram::getInstance()->setExternalAcess( true );
00010 CodeToDiagram::getInstance()->setCallerPathByFile( $strFileCaller );
00011 CodeToDiagram::init( basename( $strFileCaller ) );
00012 CodeToDiagram::getInstance()->start();
00013 ?>

Generated on Sat Apr 7 14:19:11 2012 for CodeToDiagram by  doxygen 1.5.9