foreach ($this->db->fetchAll($query, array($this->id, $items_per_page)) as $row) {
                yield new Article($row['sid']);
            }