Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
ORM select() and \DB::expr() error
vee
November 2014
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()?
Harro
November 2014
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.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,089
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
261
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
November 2014