天天看點

php的db類庫Eloquent單獨使用系列(2) - 分頁

[size=x-large]我的Eloquent單獨使用系列文章[/size]

[url=http://xieye.iteye.com/blog/2382907]php的db類庫Eloquent單獨使用系列(1)[/url]

[url=http://xieye.iteye.com/blog/2383390]php的db類庫Eloquent單獨使用系列(2) - 分頁[/url]

[url=http://xieye.iteye.com/blog/2387809]php的db類庫Eloquent單獨使用系列(3) - sql日志[/url]

[url=http://xieye.iteye.com/blog/2387983]php的db類庫Eloquent單獨使用系列(4)- 事件監聽[/url]

[url=http://xieye.iteye.com/blog/2383466]php的db類庫Eloquent單獨使用系列(5)- 模型轉數組[/url]

[url=http://xieye.iteye.com/blog/2388023]php的db類庫Eloquent單獨使用系列(6)- 一對一關聯[/url]

[url=http://xieye.iteye.com/blog/2388029]php的db類庫Eloquent單獨使用系列(7)- 一對多關聯[/url]

[url=http://xieye.iteye.com/blog/2388150]php的db類庫Eloquent單獨使用系列(8)- 多對多關聯[/url]

[url=http://xieye.iteye.com/blog/2388162]php的db類庫Eloquent單獨使用系列(9)- 多對多關聯 - 表關聯自身[/url]

[url=http://xieye.iteye.com/blog/2388280]php的db類庫Eloquent單獨使用系列(10)- 多對多關聯 - 遠端一對多[/url]

[url=http://xieye.iteye.com/blog/2388521]php的db類庫Eloquent單獨使用系列(11)- 多對多關聯 - 添加模型屬性[/url]

[url=http://xieye.iteye.com/blog/2389182]php的db類庫Eloquent單獨使用系列(12)- 結果集模型轉數組 - 2[/url]

為了單獨使用Eloquent分頁,當然得先使用Eloquent庫,

本代碼完全脫離lavavel5.4環境。隻加載最新的5.4類庫,故意不使用模闆,讓代碼含義更加清晰。

composer

"illuminate/database":"5.4.27" ,

"illuminate/events":"5.4.27",

"illuminate/pagination":"5.4.27"

建表

請自行插入一百條資料。

假設本機項目域名www.t3.com

本代碼網址

http://www.t3.com/paginator/ill

首頁隻需輸入上面網址即可,點選第2頁,會自動加page查詢參數。

展示效果

[img]http://dl2.iteye.com/upload/attachment/0125/9294/f596ddca-1247-36fa-a427-a09fae0d213e.png[/img]

[img]http://dl2.iteye.com/upload/attachment/0125/9296/a63fa1c1-a5d3-37da-9ab0-2d10fa430e3f.png[/img]

[img]http://dl2.iteye.com/upload/attachment/0125/9298/7a65f393-28b7-3574-a165-c986eb114614.png[/img]

[img]http://dl2.iteye.com/upload/attachment/0125/9300/31d5e3a5-8d02-3ae6-ac13-b088e2ac4785.png[/img]