rsanchez / Deep

A set of Eloquent models for ExpressionEngine Channel Entries.
http://rsanchez.github.io/Deep/
MIT License
51 stars 14 forks source link

Adjusted the scopeFixedOrder method in the Entry model to use FIELD()… #26

Closed julianfann closed 8 years ago

julianfann commented 8 years ago

Fixes #25.

Replaces $query->orderBy with $query->orderByRaw, uses channel_titles.entry_id as FIELD() comparison column, uses correct table prefix lookup.