Variables | |
$strPathInDcmms = '../' | |
$dcmPage = new DcmPage(basename(__FILE__)) | |
$dcmPage | strPathInDcmms = '../' |
$strMessage = "" | |
$boolShowForm = true | |
$_SESSION ['strZipCommand'] = trim($_SESSION['strZipCommand']) | |
$boolShowForm = false | |
$_SESSION ['strPgClientBinDirectory'] = trim($_SESSION['strPgClientBinDirectory']) | |
$boolShowForm = false | |
$strTable = $arrRow[0] | |
$strColumn = $arrRow[1] | |
$arrTranslationPostfix = array('name') | |
$strCommand | |
$strResult = system($strCommand, $intReturnValue) | |
$blnSuccess = false | |
$result | |
$arrResult = array() |
|
|
|
Check availability of commands |
|
|
|
Update translations if necessary. |
|
|
|
|
|
|
|
|
|
|
|
Initial value: _("Download ") ?><a href="/ms_tmp/<?= $strTable ?>.zip"><?= $strTable ?>.zip</a>.</p><?php } else { $strMessage = $strMessage.sprintf( _("Failed to dump table '%s' to a shapefile."), $strTable); $dcmPage->writelog($strMessage); ?> <p class="important"><?= $strMessage ?></p><?php } } } ?> <form action="shapefile_dumper.php" method="POST"> <p><?= _("Please select the table which you want to download.") ?> <input type="hidden" name="MAX_FILE_SIZE" value="10000000" /> <table> <?php $strQuery = "select oid,f_table_name||'.'||f_geometry_column from ". "geometry_columns order by f_table_name, f_geometry_column" pg_query($strQuery) |
|
|
|
Initial value: |
|
|
|
|
|
|
|
|
|
|