install.php 242行: <?php
$db->query($db->update('table.options')->rows(['value' => 1])->where('name = ?', 'installed'));
?>
Parse error: syntax error, unexpected '[', expecting ')' in /home/ftp/m/mf003/wwwroot/install.php on line 242
请问这是什么原因?