コード例 #1
0
ファイル: comment.php プロジェクト: Nowhit/onliner-test
 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'];
 }