0
How do I use the functions of MapServer()
inside the Zend controller ?
I am using MS4W which has Apache, PHP and Mapserver.
If it were straight, it would be something like this:
<?php
$mapserver = MapServer();
$obj = $mapserver -> ms_newMapObj();
$obj -> draw();
$obj -> saveImage("mapa-exemplo" , "gif");
?>