jonassanoj / dbpro

DB Project 1
19 stars 1 forks source link

comment_model: implement create_qcomment and create_acomment #61

Closed jonassanoj closed 12 years ago

jonassanoj commented 12 years ago

line 52: Implement create_qcomment and create_acomment so that it adds a question or answer comment to the database and returns the new comment's commentID. Then create its documentation, using phpdoc comments. See get_acomments for an example.

tilman-schieber commented 12 years ago

body is not an int but a string. otherwise good documentation