次のエラーがありますが、問題を見つけることができません-他の誰かがそれを見つけることができます-別の目が必要です:
近くでエラー'order, state) VALUES ('SAME',2,'1',10,1)'
DB クエリ:
$query = "INSERT INTO $table (brand_name, brand_id, cat_id, order, state) VALUES (?,?,?,?,?)";
$this->db->query($query, array($brand_name, $brand_id, $cat, $order ,$state));