I am fetching multiple rows from a DB via mysqli prepared statement. This is happening in a separate function, which should return me an array, whereas each key of the array will hold an assoc. array with the one DB row. Makes sense, right?I am fetching multiple rows from a DB via mysql