So what happens in a foreach is on the first call $query->result() gives an array of objects. PHP saves this array for the loop to use, ...
確定! 回上一頁