【问题标题】:difference between $this->data and $this->request->data?$this->data 和 $this->request->data 之间的区别?
【发布时间】:2012-04-15 17:09:15
【问题描述】:

在 cakephp 2.1 中,$this->data$this->request->data 有什么区别?

【问题讨论】:

    标签: cakephp-2.1


    【解决方案1】:

    $this->data 一直使用到 cakephp 1.3

    $this->request->data 从 cakephp 2.x 开始替换了 $this->data 数组。

    为了向后兼容,$this->data 也仍然受支持。

    $this->request 代表CakeRequest 对象,可在ControllerViewsHelpers 中访问。

    欲了解更多信息:http://book.cakephp.org/2.0/en/controllers/request-response.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-10-23
      • 1970-01-01
      • 2017-12-22
      • 2012-03-15
      • 2012-05-20
      • 2014-05-04
      • 2012-08-18
      • 1970-01-01
      相关资源
      最近更新 更多