【发布时间】:2012-04-19 14:00:25
【问题描述】:
如何在 cake php 组件中使用Set 函数?
class TestComponent extends Object
{
//etc
$this->set('User', $user);
}
我收到一个错误
Fatal error: Call to undefined method TestComponent::set()
如何纠正?
【问题讨论】:
标签: cakephp cakephp-1.3