Carlos Tim?teo wrote: > I tried to use your info to attach query info into pdf/print. > > how can i see / print the query results ?? > > i used: > > $this->map->loadquery($_SESSION['queryFile']); > > but i dont know how to parse the results. Do i need to parse the file > with php functions to parse files ? > > what i have to in the next step's to parse the query file ?
yes, currently you will have to parse them like a 'normal' query result using PHP. you can have a look at the query functions in query.php and squery.php. armin
