Variables | |
$dcmPage = new DcmmsPage(_("Maintenance by Team")) | |
$objDb = & $dcmPage->postgis->db | |
$form = new HTML_QuickForm("QuantityForm") | |
$objSubtype = & new HTML_QuickForm_select('administrativeare', _('Administrative Area:')) | |
$strQuery | |
$objResult = & $objDb->query($strQuery) | |
$AdministrativeAreaSelected = $form->exportValue("administrativeare") | |
$strWhere = "" | |
$objTable = new DbTable($dcmPage->postgis->db, $strQuery) | |
$numRowCount = $objTable->getRowCount() |
|
Add where clause if necessary. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: 'select dcmmstranslation(\''.$_SESSION['language']. '\',Name),codedvalue from administrativearea' |
|
|