XAO::DO::FS::Global - root node of objects tree


XAO-FS documentation  | view source Contained in the XAO-FS distribution.

Index


NAME

Top

XAO::DO::FS::Global - root node of objects tree

SYNOPSIS

Top

 use XAO::Objects;

 my $global=XAO::Objects->new(objname => 'FS::Global');
 $global->connect($dbh);

DESCRIPTION

Top

FS::Global is a XAO dynamicaly overridable object that serves as a root node in objects tree. It is not recommended to override it for specific site unless you're positive there is no way to avoid that and you know enough about object server internalities.

AUTHORS

Top

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/

SEE ALSO

Top

Further reading: XAO::FS, XAO::DO::FS::Hash (aka FS::Hash), XAO::DO::FS::List (aka FS::List).


XAO-FS documentation  | view source Contained in the XAO-FS distribution.