我有以下内容:
$this->Form->input('type', array(
'options' => array(
'Blog',
'Forum',
'News',
'Other'
),
'empty' => '(Select a type)'
), array('title' => 'Select your websites type'));
但是标题没有改变,而是标题是' type
'。如何更改标题?