I was able to work around this, and wanted to share in case anyone
else has same issue.
try {
$customer_data =(is_null($CUSTOMER_CONFIG[$data])) ? "false" :
$CUSTOMER_CONFIG[$data];
echo "path exists but might be null";
} catch (exception $e){
echo "path does not exist";
}
Where $CUSTOMER_CONFIG is the sdo object and $data is xpath
representation of what I am looking for.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"phpsoa" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---