Search found 2 matches

by Tenchy
24 April 2023, 09:54
Forum: Developers
Topic: getCollectionFromDb ignores ORDER BY?
Replies: 4
Views: 389

Re: getCollectionFromDb ignores ORDER BY?

Thanks,

using the getObjectListFromDB() worked as expected
by Tenchy
22 April 2023, 17:53
Forum: Developers
Topic: getCollectionFromDb ignores ORDER BY?
Replies: 4
Views: 389

getCollectionFromDb ignores ORDER BY?

Hi, I'm trying to get the data from server and give it back to the js in the getAllDatas function, but when the data gets to the js it's always sorted using the id not the value that was given to the SQL request This is my code: $sql = "SELECT planet_id id, is_hidden hidden, position pos FROM p...

Go to advanced search