Name

UI_PAGE_TABLE —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

UI_PAGE_TABLE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: dist/lib/UI/ContentEditor.pm
Line 197 (context shows lines 187-201 in get_pdb():193)

my $tab = $opt->{template_table};
$tab  ||= $::Variable->{UI_TEMPLATE_TABLE};
$tab  ||= 'template';
$opt->{template_db} = ::database_exists_ref($tab) || '';
}

sub get_pdb {
my $opt = shift;
return $opt->{page_db} if defined $opt->{page_db};
my $tab = $opt->{page_table};
$tab  ||= $::Variable->{UI_PAGE_TABLE};
$tab  ||= 'page';
$opt->{page_db} = ::database_exists_ref($tab) || '';
}


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!