Re: Has somebody an working example ?

Posted by Anonymous on Nov 14, 2007 @ 08:38pm UTC
In reply to Has somebody an working example ?


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.

 
-->