Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
ORM select() and \DB::expr() error
  • Hi.

    I have to use ORM select() to count something but COUNT() becomes TablePrefix_COUNT().

    So, i wrap it with \DB::expr() but i got error.
    Illegal offset type

    How can i use \DB::expr inside ORM select()?
  • DB::Expr() in Selects is only expirimentally supported in 1.8/develop. So you could try switching to that version.

    ORM is actually never designed to use select at all, the hydration process really expects all fields to be present.

Howdy, Stranger!

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

In this Discussion