rsanchez / Deep

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

implement select() #14

Open tobz-nz opened 10 years ago

tobz-nz commented 10 years ago

Implementing select() on Entries would be advantageous as you may not need some fields sometimes. especially fields that required additional queries, like matrix's for example.

rsanchez commented 10 years ago

This is a good idea, but I have to think about how to actually implement it.