
とりあえずメモ。
モジュール名とか、知りたい時は$this->matchbox;をつつくと良い気がする。
var_dump($this->matchbox);
モジュール名htmlの場合での結果。
object(CI_Matchbox)[6]
public '_callers' =>
array
0 => string 'Loader' (length=6)
1 => string 'Matchbox' (length=8)
2 => string 'MY_Config' (length=9)
3 => string 'MY_Language' (length=11)
4 => string 'Parser' (length=6)
public '_directories' =>
array
0 => string 'modules' (length=7)
public '_directory' => string 'modules/' (length=8)
public '_module' => string 'html/' (length=5)追記2009.09.10
__FUNCTION__ で現在実行しているメソッド名を取得できる・・・・メモ〆(。。)