Please tell me how to get and display the memo of the answer table.
Summary
Please tell me how to get and display the memo of the answer table.Content
I want to get the notes value from the answer table and display it in the CP.
I am writing the following source code.
<?
$answerID = \RightNow\Utils\Url::getParameter('a_id');
$answerDate = $this->model('Answer')->get($answerID)->result;
$answerMemo =$answerDate->notes;
?>
Please help someone!!
Version
3.8
Tagged:
0