S

Entity - Double and sorting

  • Thread starter Thread starter stromb0li
  • Start date Start date
S

stromb0li

Guest

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...
 
Back
Top Bottom