Re: Listing objects
- From: Lüpher Cypher <lupher.cypher@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 14:51:41 GMT
Oh, forgot to update $temp here:
$temp = $this->parent;
while (isset($temp)) {
if ($this->data->id == $temp->control->data->id) {
echo "error";
return;
}
$temp = $temp->owner;
}Also, it does not work because $temp->control->data is null. However, if $this->data is accessed from $temp->control, it is instantiated..
luph .
- References:
- Listing objects
- From: Lüpher Cypher
- Re: Listing objects
- From: Dikkie Dik
- Listing objects
- Prev by Date: Re: Listing objects
- Next by Date: Re: Listing objects
- Previous by thread: Re: Listing objects
- Next by thread: Cannot get this one correct and working, though simple!
- Index(es):