Example #1
0
 public function addComment()
 {
     $comment = new Model_Comments();
     $comment->save();
 }