示例#1
0
 static function GetBlogId($p_comment_id)
 {
     $tmpComment = new BlogComment($p_comment_id);
     return $tmpComment->getProperty('fk_blog_id');
 }