MVC and Pagination
Posted
by gms8994
on Stack Overflow
See other posts from Stack Overflow
or by gms8994
Published on 2010-04-20T01:48:16Z
Indexed on
2010/04/20
1:53 UTC
Read the original article
Hit count: 436
As an MVC newb, I keep getting caught up in the details. One in particular is making me pause longer than I'd expect; pagination. Should pagination go in the model, or in the controller?
In case it matters, I'm using ZF, and would like to paginate the results of some SQL data.
© Stack Overflow or respective owner