Tuesday 13 July 2004 12:42:01 am
- What value does the parameter $target have ? 2 - Where is getNodeInfo defined ? to simplify question I commented lines :
// foreach ( $subTree as $someNode ) {
//$entries[] = getNodeInfo( $someNode );
// }
//$thisNodeInfo = array ();
//$thisNodeInfo = getNodeInfo( $node );
//$thisNodeInfo["href"] = $_SERVER['SCRIPT_URI'];
//$entries[] = $thisNodeInfo;
and I got again "Call to a member function on a non-object".
Propably I didn't initialized some variables, but I dont know what I need to initialize... In docs i don't found anything on this, also in the book.
|