public static function get_last_comment_added($user_id) { return CommentsDAO::get_last_comment_added($user_id); }