<p style="line-height: 100%; margin-bottom: 0mm;">Hello List!</p><div><br></div><div><span class="size" style="font-size: 13px;">I have more than ten
application in Mapbender. I like to make reports from it as a start
point for documenting it.<br> I download <b>demo.sqlite</b> to my computer
and try/use <b>i-net Clear Reports Designer </b>to make this reports. It works fine.</span></div><p style="line-height: 100%; margin-bottom: 0mm;"><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">Some
fields contains data like this:</span><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">a:5:{i:0;s:9:"EPSG:3844";i:1;s:10:"EPSG:31700";i:2;s:9:"EPSG:4326";i:3;s:9:"EPSG:3857";i:4;s:6:"CRS:84";}</span><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">(Example
from table <b>mb_wms_wmslayersource</b> field <i><b>srs</b></i><i><span style="font-weight: normal;">)<br> <br> </span></i><span style="font-style: normal;"><span style="font-weight: normal;">I
Google it to find out what is this without success. <br> I guess </span></span><span style="font-style: normal;"><b>a:5</b></span><span style="font-style: normal;"><span style="font-weight: normal;"> means array with 5 items, </span></span><span style="font-style: normal;"><b>{…}</b></span><span style="font-style: normal;"><span style="font-weight: normal;"> means array content, </span></span><span style="font-style: normal;"><b>i:0;s:9:"EPSG:3844"</b></span><span style="font-style: normal;"><span style="font-weight: normal;"> means index 0, string of 9 characters, string:   EPSG:3844. <br> </span></span><span style="font-style: normal;"><span style="font-weight: normal;">I
plan to write a Python program wich access the downloaded </span></span><span style="font-style: normal;"><b>demo.sqlite</b></span><span style="font-style: normal;"><span style="font-weight: normal;"> database and transform all the fields in all tables.</span></span></span></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;"><span style="font-style: normal;"><span style="font-weight: normal;">Ex.:</span></span></span><br></p><div><span class="size" style="font-size: 13px;"><span style="font-style: normal;"><span style="font-weight: normal;">
f</span></span>rom</span><br></div><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;"><b>a:5:{i:0;s:9:"EPSG:3844";i:1;s:10:"EPSG:31700";i:2;s:9:"EPSG:4326";i:3;s:9:"EPSG:3857";i:4;s:6:"CRS:84";}</b></span><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">make <br> </span></p><p style="line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;"><b>EPSG:3844,"EPSG:31700,EPSG:4326,EPSG:3857,CRS:84</b></span><br></p><p style="line-height: 100%; margin-bottom: 0mm;"><br></p><p style="font-weight: normal; line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">My questions: exist better
solution? The <b>a:5:{…….} </b>string<b> </b>is a result of PHP
object to string conversion?</span><br></p><p style="font-weight: normal; line-height: 100%; margin-bottom: 0mm;"><br></p><p style="font-weight: normal; line-height: 100%; margin-bottom: 0mm;"><span class="size" style="font-size: 13px;">Thanks in advance for any
answer.</span><br></p><div><br></div><div>GÁL Zsolt<br></div><div><br></div><div><br></div>