Advertisement
johncarlson21

Untitled

Jun 5th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. $testimonials = $this->getCollection()
  2.                 ->setOrder('testimony_order', 'ASC')
  3.                 ->setPageSize(20)
  4.                 ->setCurPage($page)
  5.                 ->addFieldToFilter('test_type', array('like' => "% " . $filters . " %"))
  6.                 ->addExpressionFieldToSelect('test_type', 'CONCAT(" ",{{testimony_type}}," ")', 'testimony_type')
  7.                 ->load();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement