1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 22:44:14 +00:00
Beego/utils/pagination
Athurg Gooth c52f634d9c Fix paginator attributes cannot be modified bug
We can only use SetPaginator to create a pagination.

After that, we always need to modify something, like the totalNum, perPageNum.

These change should be seen in the view.

So we should give the view a pointer than a object.
2014-12-11 16:42:50 +08:00
..
controller.go Fix paginator attributes cannot be modified bug 2014-12-11 16:42:50 +08:00
doc.go Remove PaginationController interface and pass context instead. Refs #835. 2014-10-08 16:01:42 +02:00
paginator.go Document usage of utils/pagination. Refs #835. 2014-10-07 11:23:08 +02:00
utils.go Move pagination to utils/pagination. Refs #837, #835. 2014-10-06 11:37:08 +02:00