在CakePHP控制器中包含一个组件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在CakePHP控制器中包含一个组件相关的知识,希望对你有一定的参考价值。

This code within your Cakephp controller to include a component.
  1. $this->components[] = 'ComponentName';
  2. $this->Component->init($this);

以上是关于在CakePHP控制器中包含一个组件的主要内容,如果未能解决你的问题,请参考以下文章

在CakePHP控制器中包含一个模型

CakePHP 3组件在一个单元格中

在代码片段中包含类型转换

cakephp 中的元素中包含的 html 助手不能与 wamp 一起使用

如何在 cakephp 中编写内容类型?

cakephp 在组件中使用控制器