24 parent::__construct(
$db );
34 'rev_user' =>
'actor_rev_user.actor_user',
35 'rev_user_text' =>
'actor_rev_user.actor_name',
36 'rev_actor' =>
'rev_actor'
39 ->join(
'actor',
'actor_rev_user',
'actor_rev_user.actor_id = rev_actor' );
48 $this->
field(
'user_name' )
52 [ $this->db->expr(
'actor_rev_user.actor_user',
'!=', 0 ),
"user_id = actor_rev_user.actor_user" ]
72 ->join(
'page',
null,
'page_id = rev_page' );
84 'rev_comment_text' =>
'comment_rev_comment.comment_text',
85 'rev_comment_data' =>
'comment_rev_comment.comment_data',
86 'rev_comment_cid' =>
'comment_rev_comment.comment_id',
88 $this->
join(
'comment',
"comment_rev_comment",
'comment_rev_comment.comment_id = rev_comment_id' );