Ticket #651 (closed Bug: invalid)
Pagination Library broken
| Reported by: | Xobb | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2 |
| Component: | Libraries | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
Seems like the pagination library is broken in svn. Seems like somebody wanted to rewrite it, but left in the half way. The auto hiding doesn't work, instead it shows
<strong>1</strong>
whatever template you choose.
I don't know how do you get pagination and ORM work together. I'd like to propose the way it could be done:
$some_ORM_model->limit($pagination->sql_limit, $pagination->sql_offset);
I think it's the most logical way to do so.
Change History
Note: See
TracTickets for help on using
tickets.
