Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $testimonials = $this->getCollection()
- ->setOrder('testimony_order', 'ASC')
- ->setPageSize(20)
- ->setCurPage($page)
- ->addFieldToFilter('test_type', array('like' => "% " . $filters . " %"))
- ->addExpressionFieldToSelect('test_type', 'CONCAT(" ",{{testimony_type}}," ")', 'testimony_type')
- ->load();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement