Adding select statements to fuel_model related functions

edited January 2011 in Feature Requests
Hi

I am wondering would it be possible for you to add a 'select' parameter to fuel_model() and related functions like fuel_block() where we can supply a string of columns that we want to limit database calls to? It would just help to cut down on waste.

Regards

Comments

  • edited 6:45AM
    That makes sense to add so I've added it to both branches. The MY_Model.php find methods however, still does not have a select attribute but you can use $this->db->select(...) within the models to affect that.
  • edited 6:45AM
    Thanks
Sign In or Register to comment.