Variables | |
| $options = &PEAR::getStaticProperty("DB_DataObject", "options") | |
| $config = parse_ini_file("../conf/dataobject.ini", TRUE) | |
| $options = $config["DB_DataObject"] | |
| $options ["database"] | |
| $_DB_DATAOBJECT_FORMBUILDER ["CONFIG"] = $config["DB_DataObject_FormBuilder"] | |
| $dcmPage = new DcmmsAdminPage(_("Translation")) | |
| $strDelete = "delete from Translation where Translation is null" | |
| $strInsert | |
| $blnShowForm = false | |
| $blnShowForm = true | |
| break | |
| default | __pad0__ |
| $objTranslationBuilder = & DB_DataObject_FormBuilder::create($objTranslation) | |
| $objTranslationForm = & $objTranslationBuilder->getForm($_SERVER["REQUEST_URI"]) | |
| $objDbTablePager | |
| $intRowCount = $objDbTablePager->getRowCount() | |
| $strTerm = $objDbTablePager->getCellContents($intI, 1) | |
| $strTranslation = $objDbTablePager->getCellContents($intI, 2) | |
|
|
|
|
|
|
|
|
Whether to show the data entry form or the paged table. |
|
|
|
|
|
|
|
|
|
|
|
Initial value: new DbTablePager($dcmPage->postgis->db, "select Language, Term, Translation from Translation order by Translation") |
|
|
|
|
|
|
|
|
Initial value: "pgsql://".$_SESSION["UserName"].":". $_SESSION["Password"]."@"."localhost/".$_SESSION["strDataBase"] |
|
|
|
|
|
|
|
|
Add missing translations to Translation table. |
|
|
Initial value: "insert into Translation (select distinct Language, Term, ". "Translation from ". "MissingTranslationView)" |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO