Forums / Developer / "fetch" function ordered by ID

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

"fetch" function ordered by ID

Author Message

Roberta Gatti

Monday 15 March 2004 7:46:40 am

hi,

I have a problem using "fetch" function. I axtract data from database orderd by ID but the sistem put id 100 before id 99 so the result is:

100
101
102
103
99

instead of

99
100
101
....

This is an error but I don't know how resolve it

TIA
R.