Jump to content

Can anyone tell me what this is doing?


buildakicker

Recommended Posts

Hi, sorry, yes it is looping through data. The one part I don't get is the:

 

foreach($indexXML->document->document as $doc) {

    if(strcmp($doc->documentkey[0]->tagData, $docType) == 0) {

$viewMapping = $doc;

$viewXMLFile = $doc->viewxml[0]->tagData;

break;

}

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.