标签: php codeigniter
所以我用for循环进行迭代,我不能使用result_array()的结果作为关联数组,我需要用数字来引用元素。有没有办法做到这一点?
答案 0 :(得分:2)
$array = array_values($array);