- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi everyone,
If I a custom entity
PHP:
If I a custom entity
Foo
and it has a column named status
which is an enum
that accepts values of Open, In Progress, Resolved
, can I use the finder()
to specify the order based on the status
value?PHP:
نام موضوع : finder() order condition based on column value?