Tagged Questions
4
votes
1answer
287 views
Zend_Form & Pagination
I am putting together a Zend_Form that has numerous SubForms. In fact, it has the potential to have so many subforms, I'd like them to appear on multiple pages. Is it possible to use Zend_Paginator ...
3
votes
1answer
152 views
What is the most idiomatic way to paginate through the results of a search performed using zend_form
I've implemented an action + view that lists all the rows in a database and allows you to paginate through them using zend_paginator. I've also written an action + view that takes a form post (or ...
0
votes
1answer
435 views
can zend_form be used with pagination?
I am not sure if this is the most sensible way of doing this but I thought I would ask anyway.
I have a 'wizard' that I am developing for users to review data that is stored in the database. Each ...