- $this->res->dbh = $res->dbh;
- $this->res->result = $res->result;
- $this->res->row_counter = $res->row_counter;
- $this->res->limit_from = $res->limit_from;
+ $this->dbh = $res->dbh;
+ $this->result = $res->result;
+ $this->row_counter = $res->row_counter;
+ $this->limit_from = $res->limit_from;