<?php
$this->widget('bootstrap.widgets.TbAlert', array(
'block'=>true, // display a larger alert block?
'fade'=>true, // use transitions?
'closeText'=>'×', // close link text - if set to false, no close link is displayed
'alerts'=>array( // configurations per alert type
'success'=>array(
'block'=>true,
'fade'=>true,
'closeText'=>'×',
), // success, info, warning, error or danger
),
),
);
?>
PHP 解析エラー: 構文エラー、予期しない ')' が /dev/shm/untitled.php の 14 行目にある
私は本当にエラーを見つけることができず、100回のように見ました。このウィジェットを実装する必要があります、ありがとう!
4 つの開き括弧と 4 つの閉じ括弧があります。カンマは大丈夫なので... ?