Config Database Hierarchy and hidden Parameters

Config Database Hierarchy and hidden Parameters

See the User's Guide for a more detailed description!

See greencontrol/example/gcnf_private_params for an example!

Hierarchy Concept

active?fid=53

Details Hierarchy Concept

active?fid=55

The GCnf_private_Api contains an own instance of a private plugin which works like the ConfigPlugin. The communication does not use transactions but function calls to make it less vulnerable. The private API checks for each call whether to forward it to the parent API or whether to process it locally. There are also some calls that are mixed (e.g. getList() returns a combination of the parent and the private list).

Alternative Hierarchy Concept

active?fid=54