Quantcast
Viewing all articles
Browse latest Browse all 2504

Retrieving the answer->notes field via Connect for PHP (1 Comment)

Topic by JHutch2000

I'm trying to pull the Notes on an answer via PHP.

I used this:

$answer = RNCPHP\Answer::fetch($aid,RNCPHP\RNObject::VALIDATE_KEYS_OFF );
echo ($answer->Notes);

It doesn't error, but it doesn't pull any values.  How do I access the notes field that author's have put onto an answer?

Josh


Viewing all articles
Browse latest Browse all 2504

Trending Articles