ThinkPHP 3.2.3
Bootstrap 3.3.5
后台返回的数据甚至超过了128M,怎么在前端分页显示?
报错:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 14680064 bytes)
ThinkPHP 3.2.3
Bootstrap 3.3.5
后台返回的数据甚至超过了128M,怎么在前端分页显示?
报错:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 14680064 bytes)
ThinkPHP有自带的分页,你可以参照官方文档,我列举如下代码希望对你有帮助