1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-10 22:57:12 +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
..