jonassanoj / dbpro

DB Project 1
19 stars 1 forks source link

comment_model: Implement update_comment #62

Closed jonassanoj closed 12 years ago

jonassanoj commented 12 years ago

line 61: Implement update_comment so that it updates the body of the comment specified by $cid. Then implement delete_comment so that it deletes the comment specified by $cid. Create documentation for both functions, using phpdoc comments. See get_acomments for an example.

tilman-schieber commented 12 years ago

minimal implementation and documentation (e.g. no return values). But it's correct and the comments parse correctly.