1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-18 11:24:14 +00:00
Beego/utils
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
..
captcha update the documents & comments 2014-08-18 16:41:43 +08:00
pagination Fix paginator attributes cannot be modified bug 2014-12-11 16:42:50 +08:00
testdata add other utils 2013-12-09 16:01:24 +08:00
caller_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
caller.go update the documents & comments 2014-08-18 16:41:43 +08:00
debug_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
debug.go update the documents & comments 2014-08-18 16:41:43 +08:00
file_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
file.go update the documents & comments 2014-08-18 16:41:43 +08:00
mail_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
mail.go Update mail.go 2014-10-11 00:42:01 +08:00
rand.go update the documents & comments 2014-08-18 16:41:43 +08:00
safemap_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
safemap.go update the documents & comments 2014-08-18 16:41:43 +08:00
slice_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
slice.go utils: fix the SliceIntersect 2014-08-22 16:50:07 +08:00