rtablada/ordered-eloquent
Composer 安装命令:
composer require rtablada/ordered-eloquent
包简介
An extension of Eloquent ORM for automatically ordering results
关键字:
README 文档
README
Warning
This package is no longer under active development. This was a quick fix for a submitted issue on the Laravel Repository. I will continue to keep an eye on Pull Requests, but will not be actively tracking issues.
Installation
Add 'rtablada/ordered-eloquent': '~1' to your composer.json and extend Rtablada\OrderedEloquent\Model.
You can also replace the Eloquent alias with Rtablada\OrderedEloquent\Model in your app/config/app.php.
Use
Set the $orderBy property to the column you want all queries sorted by.
Note this sort will occur on ALL queries
You can also set the $sortDir to set the sort direction (this defaults to ASC).
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-01