Kenji
kenji****@club*****
2007年 12月 5日 (水) 21:37:14 JST
Kenji です。 On Wed, 5 Dec 2007 20:50:52 +0900 Kenji <kenji****@club*****> wrote: > > 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(); > > > > だと思われます。いかがでしょうか。 > > typo ですね。 と書きましたが、typo でなくてこれで正しい? // Kenji