Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
renaming fields, using DISTINCT and MAX ... other functions in ORM
  • How do I use DISTINCT in ORM? Also, renaming them "SELECT field AS newfield ..." ? 

    Thanks.
  • HarroHarro
    Accepted Answer
    You can't. The ORM is not a query builder. Use DB queries instead.
  • Thanks. I just created a view in the database instead.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion