38 parent::__construct(
$db );
49 'rev_user' =>
'actor_rev_user.actor_user',
50 'rev_user_text' =>
'actor_rev_user.actor_name',
51 'rev_actor' =>
'rev_actor'
54 ->join(
'actor',
'actor_rev_user',
'actor_rev_user.actor_id = rev_actor' );
63 $this->
field(
'user_name' )
67 [ $this->db->expr(
'actor_rev_user.actor_user',
'!=', 0 ),
"user_id = actor_rev_user.actor_user" ]
87 ->join(
'page',
null,
'page_id = rev_page' );
99 'rev_comment_text' =>
'comment_rev_comment.comment_text',
100 'rev_comment_data' =>
'comment_rev_comment.comment_data',
101 'rev_comment_cid' =>
'comment_rev_comment.comment_id',
103 $this->
join(
'comment',
"comment_rev_comment",
'comment_rev_comment.comment_id = rev_comment_id' );