235
235
$limit = ' LIMIT ' . intval($this->getSanitizer()->getInt('start', $filterBy), 0) . ', ' . $this->getSanitizer()->getInt('length', 10, $filterBy);
238
246
$sql = $select . $body . $group . $order . $limit;
242
249
foreach ($this->getStore()->select($sql, $params) as $row) {
243
250
$campaigns[] = $this->createEmpty()->hydrate($row, $intProperties);