Posted by Hilarion on 08/22/05 15:11
> It doesn't really solve the problem but did you try: > > foreach ($this->someLargeArrayWithObjects as $key=>$value) > { > $a=someLargeArrayWithObjects['key']['object']->someFunction(); > } Probably you meant: $a=someLargeArrayWithObjects[ $key ]['object']->someFunction(); Hilarion
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming