Exemplo n.º 1
0
 public function getAnswer($con = null)
 {
     include_once 'lib/model/om/BaseAnswerPeer.php';
     if ($this->aAnswer === null && $this->answer_id !== null) {
         $this->aAnswer = AnswerPeer::retrieveByPK($this->answer_id, $con);
     }
     return $this->aAnswer;
 }