@session_start(); if( preg_match( "/Dev/", dirname( __FILE__ ) ) ) { /* Developer Environment */ $GLOBALS['DOCUMENT_ROOT'] = "{$_SERVER['DOCUMENT_ROOT']}/Dev"; $GLOBALS['HTTP_HOST'] = "{$_SERVER['HTTP_HOST']}/Dev"; error_reporting( E_ALL ); } else { /* Production Environment */ $GLOBALS['DOCUMENT_ROOT'] = "{$_SERVER['DOCUMENT_ROOT']}"; $GLOBALS['HTTP_HOST'] = "{$_SERVER['HTTP_HOST']}"; } ?>
include_once "{$GLOBALS['DOCUMENT_ROOT']}/Documentation/Manual/manhomelink.php"; ?>
Creating a ChartEach chart has a 'focal' or 'root' person, that is the person which forms the base of the ancestor or descendant chart. For a ancestor chart this will be the first generation of the chart. For the descendant chart this will be the person that is the highest generation. There are a number of ways to select a focal person, depending which window is the front window
To create a chart,
|