[Codeigniter-users] ユーザガイドの修正(general/controllers.html#remapping)

Back to archive index

Kenichi Ando(Neo,Inc) ando****@neo-n*****
2007年 12月 5日 (水) 19:49:17 JST


bossatamaです。
体調が悪化し、寝込んでおりました。
みなさんもお体にはお気をつけください。

trunkのユーザガイドを参照しましたが、同じでした。

general/controllers.html#remapping

In sample code:
function _remap($method)
{
    if ($method == 'some_method')
    {
        $this->$method();
    }
    else
    {
        $this->default_method();
    }
}

は
$this->$method();が
$this->method();

だと思われます。いかがでしょうか。
問題ないようでしたら、本家のバグトラッカーに報告してきます。

//bossatama




Codeigniter-users メーリングリストの案内
Back to archive index