ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,804
- Points
- 823
Reputation:
What is the property type on an entity for a double? Right now I'm using SELF::FLOAT, but it feels wrong using entity type of float for a double.
Similarly, can you confirm if this is the proper way to sort / order by two columns?
It seems to work, but I haven't found any documentation or examples that this is the way to do it.
Continue reading...
Similarly, can you confirm if this is the proper way to sort / order by two columns?
->setDefaultOrder(['column1', 'column2'], 'ASC');
It seems to work, but I haven't found any documentation or examples that this is the way to do it.
Continue reading...