I wonder what happened to the post I just sent....

... forget the words I said last time, since Caroline said it had to
be an object not an array I proposed the following interface:

$key = // calculate this in some way based on the xsd or xsds to be
used.
if (SDO::cache->containsKey($key)) {
  $das = SDO::cache->get($key);
} else {
  $das = SDO_DAS_XML::create(<path to the xsd>);
  SDO::cache->put($das, $key);
}



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to