コード例 #1
0
ファイル: comment.php プロジェクト: Nowhit/onliner-test
 public function get_user_id()
 {
     if (!isset($this->data['user_id'])) {
         $this->data['user_id'] = comment_model::get_user_id($this->get_id());
     }
     return $this->data['user_id'];
 }