Thursday 24 August 2006 4:35:39 am
Hi I'm creating a feedback module. Mostly it's working fine. The feedback object is stored as a child of the content object, and the user is recieving an email that confirms that the feedback has been stored in our system. The feedback module should also inform the author of the content object that s/he has recieved some feedback and should login to read it. For the system to to send this email to the author(s) it need to get the authors from the content object. I've created the content class author. Every author is stored in an authorfolder. Every other contentobject has an attribute of type object relations, here are one or multiple authors referenced from the authorfolder. Now using this code:
$node = eZContentObjectTreeNode::fetch( $NodeID );
I'm not able to get hold of these author objects. Any idea how I can accomplish this?
|