Example #1
0
 function countAnswers()
 {
     $a = new QnA_Answer();
     $a->question_id = $this->id;
     return $a->count();
 }