| @@ 1440-1448 (lines=9) @@ | ||
| 1437 | $this->trigger_events('extra_where'); |
|
| 1438 | ||
| 1439 | // run each where that was passed |
|
| 1440 | if (isset($this->_ion_where) && !empty($this->_ion_where)) |
|
| 1441 | { |
|
| 1442 | foreach ($this->_ion_where as $where) |
|
| 1443 | { |
|
| 1444 | $this->db->where($where); |
|
| 1445 | } |
|
| 1446 | ||
| 1447 | $this->_ion_where = array(); |
|
| 1448 | } |
|
| 1449 | ||
| 1450 | if (isset($this->_ion_like) && !empty($this->_ion_like)) |
|
| 1451 | { |
|
| @@ 1628-1635 (lines=8) @@ | ||
| 1625 | $this->trigger_events('groups'); |
|
| 1626 | ||
| 1627 | // run each where that was passed |
|
| 1628 | if (isset($this->_ion_where) && !empty($this->_ion_where)) |
|
| 1629 | { |
|
| 1630 | foreach ($this->_ion_where as $where) |
|
| 1631 | { |
|
| 1632 | $this->db->where($where); |
|
| 1633 | } |
|
| 1634 | $this->_ion_where = array(); |
|
| 1635 | } |
|
| 1636 | ||
| 1637 | if (isset($this->_ion_limit) && isset($this->_ion_offset)) |
|
| 1638 | { |
|