Posted by Mateusz Markowski on 09/11/06 15:38
T. Wintershoven napisal(a):
> If an object contains an array of other objects, how can i read the data
> from these other objects?
> I tried this:
>
> echo $this->m_aObjectkeeper[$p_sIndex]->m_sSomeVariable;
>
> The code above runs from within the object that contains the array, but
> sadly doesn't work.
Did you try var_dump($this->m_aObjectkeeper[$p_sIndex])?
Navigation:
[Reply to this message]
|