[Codeigniter-users] libraries/以下にディレクトリを使う

Back to archive index

Takeshi Amano p****@takes*****
2008年 6月 16日 (月) 23:37:08 JST


天野です

> libraries以下にディレクトリを使って、クラスを機能単位で管理するようにし
> ました。

kunitsujiさん興味深いhackありがとうございました!

以前紹介しておこうとして忘れていたcontroller内から別controllerを呼ぶのを
実現するライブラリも紹介しておきます。

http://codeigniter.com/forums/viewthread/80279/#When:18:37:29Z


$this->load->library('Wick');

としてこのライブラリを呼んだ後に

$this->load->uri('news/local/123');

などとして別のcontrollerを呼べるようになるようです。

Takeshi Amano

There are two ways to live your life. One is as though nothing is a miracle.
The other is as though everything is a miracle - Albert Einstein




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