00001 <?php 00002 define( "COMPONENTS_PATH" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) ); 00003 00004 require_once( COMPONENTS_PATH . "library/_start.php" ); 00005 require_once( COMPONENTS_PATH . "loader/_start.php" ); 00006 Loader::requireOnce( COMPONENTS_PATH . "_start.php" ); 00007 Loader::requireOnce( COMPONENTS_PATH . "match/_start.php" ); 00008 Loader::requireOnce( COMPONENTS_PATH . "umlSequenceDiagram/_start.php" ); 00009 //Loader::requireOnce( COMPONENTS_PATH . "backtrace/_start.php" ); 00010 Loader::requireOnce( COMPONENTS_PATH . "extendedReflection/_start.php" ); 00011 Loader::requireOnce( COMPONENTS_PATH . "codeReflection/_start.php" ); 00012 Loader::requireOnce( COMPONENTS_PATH . "codeInstrumentation/_start.php" ); 00013 Loader::requireOnce( COMPONENTS_PATH . "codeToDiagram/_start.php" ); 00014 Loader::requireOnce( COMPONENTS_PATH . "debug/_start.php" ); 00015 ?>
1.5.9