[php][CodeIgniter]SQL查詢基本操作與顯示資料 ... foreach ($query->result_array() as $row) { echo $row['title']; echo $row['name'];
確定! 回上一頁