【发布时间】:2011-10-19 12:01:29
【问题描述】:
我正在使用 cake php,我需要使用 tableheader,但我遇到了这个错误
Method HtmlHelper::tableheader does not exist [CORE\cake\libs\view\helper.php, line 154]
代码是:
$th = array ('sggs','ba','aa');
echo $this->Html->tableheader($th);
谢谢。
【问题讨论】:
标签: cakephp html-helper tableheader