View difference between Paste ID: 5kSJznxk and mX6j6za5
SHOW: | | - or go back to the newest paste.
1-
        $by = array(
1+
        $by = array(
2-
    'pozdrav' =>  'ahoj'
2+
    'pozdrav' =>  'ahoj'
3-
 );
3+
 );
4-
        $this->template->rows = $this->tests->$by->findby();
4+
        $this->template->rows = $this->tests->findBy($by);