index.php

Go to the documentation of this file.
00001 <?php
00020 // 1. require once the code to diagram core
00021 require_once( '../../public/codetodiagram.php' );
00022 
00023 // 2. start the code to diagram
00024 CodeToDiagram::getInstance()->start();
00025 
00026 // 3. require once the necessary classes
00027 
00028 ini_set( "xdebug.collect_params" , "4" );
00029 
00030 //xdebug_start_trace( "xdebug.txt" );
00031 
00032 require_once( "Fatorial.php" );
00033 
00034 // 4. start the class service
00035 print Fatorial::play(3);
00036 
00037 ?>

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