I had a similar problem and fixed it by including the riskle helper in the view path
In the view $this->setHelperPath('../lib/Riskle/View/Helper', 'Riskle_View_Helper'); $this->paginate($this->customers);
I didn't have any problems with the error about the find method, so not sure what's going on there.
I had a similar problem and fixed it by including the riskle helper in the view path
In the view
$this->setHelperPath('../lib/Riskle/View/Helper', 'Riskle_View_Helper');
$this->paginate($this->customers);
I didn't have any problems with the error about the find method, so not sure what's going on there.