TopLevel ListOfAdvertisers.php - jcobban/Genealogy GitHub Wiki

Up: Top Level Implementation

Source Code

This script implements the interface for displaying the public information about the Advertisers on this site. Each Advertiser is represented by an instance of class Advertiser. This script is invoked by method='get' for initial display, in particular from the top level genealogy.php. It is also displayed if a client attempts to look at the contents of the Advertisements folder on the site.

When invoked by method='get' it supports the following parameters:

parameter description
'lang' the language selection

Display List of Advertisers

Related to this is the script Advertisers.php which is used by an administrator to manage the accounts of each Advertiser.

Next: getRecordCommon.php