0

我用这个视图得到一个“调用未定义的方法 App::link()”:

<?php echo $this->link('Forum index', array('controller' => 'forum', 'action' => 'index')); ?> »
<?php echo $this->link($forumName, array('controller' => 'forum', 'action' => 'view', $forumId)); ?> 

这个错误的原因是什么?

4

1 回答 1

0

你试过$this->Html->link()吗?

$this在视图中使用不多。最常见的是$this->Html->$this->Form->

于 2013-01-20T02:32:10.407 回答