Il 11:55, mercoledì 11 aprile 2007, Gambin Dejan ha scritto: > I checked, the field name is in UPPERCASE. I have examined the content and > evrything is fine except this line that returns nothing. $qShape and > $fldName variables are fine as I can see. $qShape is returned by: > > $qShape = $this->qLayer->getShape($qRes->tileindex,$qRes->shapeindex); ... > $qRes->tileindex and $qRes->shapeindex are also valid > > This is really wierd
try error_log(print_r($qShape->values, true)); not a nice output but you can figure out how the fetched values looks like. -- Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
