Schema Attributes Structure

This HASH structure is returned by function ars_GetSchema.
{
 "adminList"            => list of group ids,
["changeDiary"          => encoded string,]
 "getListFields"        => list of references to Entry List Field Structure,
 "groupList"            => reference to hash of groups and their rights,
 "helpText"             => string,
 "indexList"            => list of references to Index Structure
 "lastChanged"          => string,
 "owner"                => string,
 "schema"               => reference to hash,
 "sortList"             => list,
 "timestamp"            => integer
}
 

Example:

$s = ars_GetSchema($c, "Group");
print $s->{"helpText"};


<-- Table of Contents

Last changes to this page 14th July 1997 by d.j.adams@soton.ac.uk