示例#1
0
文件: Comment.php 项目: bsamel/bavn
 public function add()
 {
     CommentManager::add_comment($this->idArticle, $this->pseudo, $this->content);
 }