Variables | |
$dcmPage = new DcmmsAdminPage(_("Analysis")) | |
$arrAnalysisTypes | |
$arrAnalysisTables | |
$strQuery | |
$Result = pg_query($strQuery) | |
$count = pg_num_rows($Result) | |
$arrWorkorderSubtype [$row[0]] = $row[1] | |
$form = new HTML_QuickForm("AnalysisForm") | |
$selAnalysis | |
$selWorkorderType | |
$strQuery = "drop index pressurizedmain_gist;" | |
$strQuery = "drop index gravitymain_gist;" | |
$strQuery | |
$strQuery | |
$strQuery | |
$strQuery | |
$objResult = pg_query($strQuery) |
|
Initial value: array( "calculateMaintenanceDensity" => "MaintenanceDensity", "calculatePerPipeDensity" => "PerPipeDensity", "calculatePerConnectionDensity" => "PerConnectionDensity") |
|
Initial value: array( "calculateMaintenanceDensity" => _("Maintenance Density"), "calculatePerPipeDensity" => _("Per-pipe Density"), "calculatePerConnectionDensity" => _("Per-connection Density")) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: new HTML_QuickForm_select("analysis", _("Type:"), $arrAnalysisTypes) |
|
Initial value: new HTML_QuickForm_select("WorkorderType", _(" Workorder Type:"), $arrWorkorderSubtype) |
|
Initial value: |
|
Initial value: "create index pressurizedmain_gist on pressurizedmain using". " gist(the_geom GIST_GEOMETRY_OPS); vacuum analyze pressurizedmain;" |
|
Initial value: "create index gravitymain_gist on gravitymain using". " gist(the_geom GIST_GEOMETRY_OPS); vacuum analyze gravitymain;" |
|
Initial value: "create index maintenance_gist on maintenance using". " gist(shape GIST_GEOMETRY_OPS); vacuum analyze maintenance;" |
|
|
|
|
|
Initial value: 'select 0, \'[Select One]\' union all select subtype, dcmmstranslation(\''.$_SESSION['language'].'\',description) from workordersubtype' |