27.11.2013, 17:00
What the author wants is if he removed a row from the table, then it wouldn't let the rest rows as it is; for example: 0,1,2,3,6,9
Of course that would happen if he loads with a loop and some parts (those which have been removed) will be empty so the best solution actually is to load all the rows from that table and assign each valid ID to the array but we keep in mind that the index (let's say..) 6 may not be the ID 6.
Of course that would happen if he loads with a loop and some parts (those which have been removed) will be empty so the best solution actually is to load all the rows from that table and assign each valid ID to the array but we keep in mind that the index (let's say..) 6 may not be the ID 6.