Todo List
[line 45]
[line 52]
Community_BlogComment __construct( )
int addBlogComment( array $sqlData)
int countBlogComments( [array $params = array()])
List of supported params:
int deleteBlogComment( int $id)
array selectBlogComment( int $id)
array selectBlogComments( [array $params = array()])
int updateBlogComment( int $id, array $sqlData)
Returns amount of affected rows.
int updateBlogCommentCount( int $posting_id)