Hi,
The following code fragment :
echo("<br> name of elem : " $this->m_cmnuckobjs[$j]->m_uckname);
where m_cmnuckobjs is a member of the class to which the function containing this code belongs. It is an array of objects of another class say X which has a member named m_uckname.
I get the following error for this:
Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition dstpuck of the object you are trying to operate on was
loaded before the session was started in /www/htdocs/blah ..../<filaname>.php on line 476
(the above given code is line 476)
any pointers????
thanks in advance!
Rajiv