示例#1
0
 public function get_content()
 {
     if (!isset($this->data['comment_content'])) {
         $this->data['comment_content'] = comment_model::get_comment_content($this->get_id());
     }
     return $this->data['comment_content'];
 }