Entity - Double and sorting

Status
This content is read-only, or is not open for further replies.

stromb0li

Guest
offline
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?
->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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom