構成に配列があり、それを foreach に取得します。問題なく動作しますが、モジュールからパラメーターを取得するにはどうすればよいですか。たとえば、パラメーター 1 を custom/custom/index にします。
返信ありがとうございます
$config['modules'] = array('calendar/calendar/index','randphoto/randphoto/index','feedback/feedback/index','survey/survey/index','custom/custom/index');
foreach ($this->config->item('modules') as $key) {
echo Modules::run($key);
}
一人でやってみるとうまくいくけど配列エコーで欲しいModules::run('custom/custom/index', 1);