牧尾竜一
ryuic****@jom*****
2008年 7月 14日 (月) 10:12:10 JST
JOMRです。
少し間違えていました。
> config/database.phpに
>
> <?php if (!defined('BASEPATH')) exit('No direct script access allowed');
> $this->config->load('customer_config', TRUE);
> $this->db_host = $this->config->item('db_host', 'config_customer');
>
> $active_group = "default";
> $active_record = TRUE;
>
> $db['default']['hostname'] = $this->db_host;
> :
> :
> ?>
この
> $this->config->load('customer_config', TRUE);
は間違いで
$this->config->load('config_customer', TRUE);
でした。
まだ表示はしていません。