root/components/_start.php

User picture

Author: blaine

Revision: 262 («Previous)


File Size: 909 Bytes

(06 Apr 22:46 UTC) About 1 month ago

Working on the class diagram xml read and draw. Nothing ready to show yet.



 
Show/hide line numbers
<?php
define( "COMPONENTS_PATH" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) );

require_once( COMPONENTS_PATH . "library/_start.php" );
require_once( COMPONENTS_PATH . "loader/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "match/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "umlSequenceDiagram/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "umlClassDiagram/_start.php" );
//Loader::requireOnce( COMPONENTS_PATH . "backtrace/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "extendedReflection/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "codeReflection/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "codeInstrumentation/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "codeToDiagram/_start.php" );
Loader::requireOnce( COMPONENTS_PATH . "debug/_start.php" );
?>