Hey guys,
OK I favor PHP so far above ASP however it doesnt seem like PHP can
handle an array of COM Objects.
Here's the scenario:
Within the 'Deal' object contains an array of 'Bonds'.
I want to access each bond by doing: $comDeal->Bonds->Item[$i];
( btw Item is part of the com object to access each)
However i get this error: Warning: PropGet() failed: Invalid number of
parameters
In ASP I can do:
comDeal.Bonds.Item(i) and it works fine
Any suggestions?
Thanks!
- Noah
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php