TopLevel ListOfAdvertisers.php - jcobban/Genealogy GitHub Wiki
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 |
Related to this is the script Advertisers.php which is used by an administrator to manage the accounts of each Advertiser
.
Next: getRecordCommon.php