DemoList your siteSupportBugs reportContact

Variables in ‘ancestors.php’, ‘descendants.php’, ‘genealogy.php’, ‘pedigree.php’ and ‘relation.php’

‘ancestors.php’

$person – the data of all persons (array)

$person.n.[person structure]
$person.n.gen – generation number (integer)

$symbol_born – birth symbol or abbreviation (string)
$symbol_died – death symbol or abbreviation (string)
$symbol_married – marriage symbol or abbreviation (string)

‘descendants.php’ and ‘genealogy.php’

$person – the data of all persons (array)

$person.n.[person structure]
$person.n.fam.n.[family structure]
$person.n.fam.n.chil.n.[person structure]
$person.n.fam.n.partner.[person structure]
$person.n.gen – generation number (integer)

$symbol_born – birth symbol or abbreviation (string)
$symbol_died – death symbol or abbreviation (string)
$symbol_married – marriage symbol or abbreviation (string)

‘pedigree.php’

$person – the data of all persons (array)

$person.n.[person structure]

‘relation.php’

$knot_pers – the data of the 1 or 2 persons that are the common ancestors of the 2 related persons (array)

$knot_pers.[0 or 1].[person structure]

$line1_pers – the data of all persons between person 1 and the common ancestors (array)

$line1_pers.n.[person structure]

$line2_pers – the data of all persons between person 2 and the common ancestors (array)

$line2_pers.n.[person structure]

$person – the data of the 2 persons of whom the relation is shown (array)

$person.[0 or 1].[person structure]

Comments are closed.

© 2009