$by = array(
'pozdrav' => 'ahoj'
);
$this->template->rows = $this->tests->$by->findby();
$this->template->rows = $this->tests->findBy($by);