Assume we have models defined in Defining Models
created_time
. To get the created_time
value through model,
you should use: $user->createdTime
select
,
distinct
,
calcFoundRows
,
where
,
orWhere
,
having
,
orHaving
,
orderBy
,
groupBy
,
limit
,
offset
,
join
,
leftJoin
,
rightJoin
,
Countable
,
IteratorAggregate
,
JsonSerializable
, ArrayAccess
.
So you could counting, iterate, encode as json or interacting it as array style.