【问题标题】:CakePHP 2.x - Disable translation behavior on specific controller's actionCakePHP 2.x - 禁用特定控制器动作的翻译行为
【发布时间】:2016-01-06 10:27:14
【问题描述】:

我想知道是否有办法禁用某些控制器操作的翻译行为。

谢谢

【问题讨论】:

    标签: cakephp internationalization locale cakephp-2.6


    【解决方案1】:

    示例:

    public function edit($id = null)
    {
     $this->Category->Behaviors->unload('Translate');
    }
    

    http://book.cakephp.org/2.0/en/models/behaviors.html#using-behaviors

    【讨论】:

      猜你喜欢
      • 2016-03-09
      • 2020-07-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-11-16
      • 2014-03-15
      • 1970-01-01
      • 2016-05-10
      相关资源
      最近更新 更多