I just tried the same tutorial today, and it works fine for me. Maybe
there are no records in your table? In that case, maybe someone should
put a silencer on line 107 or check for the presence of rows.
Bart
411161 schreef:
That helped a lot. Now I get this message with your code and even with my own
code:
Notice: Undefined index: zend_paginator_row_count in
/usr/local/apache2-development/htdocs/zend/library/Zend/Paginator/Adapter/DbSelect.php
on line 107
Anyone have any idea why? I did not get it with my code before and as I far
as I know I did not change anything.
monk.e.boy wrote:
411161 wrote:
This is what I have so far."
I threw up this tutorial:
http://teethgrinder.co.uk/perm.php?a=Zend-Framework-MySQL-DB-Pagination-Tutorial
hope it helps.
monk.e.boy