setup.php File Reference


Variables

 $options = &PEAR::getStaticProperty("DB_DataObject", "options")
 $config = parse_ini_file("../conf/dataobject.ini", true)
 $options = $config["DB_DataObject"]
 $options ["database"]
 $dbconfig = parse_ini_file("../include/dataobject/dcmms.ini", true)
 $dcmPage = new DcmmsAdminPage(_("DCMMS Setup"))
 $strDelete = "delete from Translation where Translation is null"
 $strInsert
 $form = new HTML_QuickForm("TranslationForm")
 $objTable = new HTML_Table(NULL)
 $i = 0
 $objDbTable
 $arrConfiguration = parse_ini_file('../conf/identifyplugin.ini', true)
 $numI
 $pearregistry = new PEAR_Registry('c:\windows\php\pear')
 $arrPackages = $pearregistry->listPackages()
 $objPackageTable = new HTML_Table(NULL)
 $intRow = 1
 $strVersion = $pearregistry->packageInfo($strPackage, 'version')
 $intRow = 1

Variable Documentation

$arrConfiguration = parse_ini_file('../conf/identifyplugin.ini', true)
 

$arrPackages = $pearregistry->listPackages()
 

$config = parse_ini_file("../conf/dataobject.ini", true)
 

$dbconfig = parse_ini_file("../include/dataobject/dcmms.ini", true)
 

$dcmPage = new DcmmsAdminPage(_("DCMMS Setup"))
 

$form = new HTML_QuickForm("TranslationForm")
 

$i = 0
 

$intRow = 1
 

$intRow = 1
 

$numI
 

$objDbTable
 

Initial value:

 new DbTable($dcmPage->postgis->db, 
  "select IsoCode, Description from Language")

$objPackageTable = new HTML_Table(NULL)
 

$objTable = new HTML_Table(NULL)
 

$options["database"]
 

Initial value:

 "pgsql://".$_SESSION["UserName"].":".
  $_SESSION["Password"]."@"."localhost/".$_SESSION["strDataBase"]

$options = $config["DB_DataObject"]
 

$options = &PEAR::getStaticProperty("DB_DataObject", "options")
 

$pearregistry = new PEAR_Registry('c:\windows\php\pear')
 

$strDelete = "delete from Translation where Translation is null"
 

Add missing translations

$strInsert
 

Initial value:

 "insert into Translation(Language, Term, Translation) select ".
  "Language, Term, '' from MissingTranslation"

$strVersion = $pearregistry->packageInfo($strPackage, 'version')
 


Generated on Sat Jul 1 21:19:26 2006 for DCMMS by  doxygen 1.4.6-NO