function __construct(){parent::__construct();$this->xx = $this->load->database('XX ', TRUE); $this->load->model('デフォルトのライブラリテーブル名'); } functionindex() { //これで、 $ this->xx->query() XX ライブラリの SQL を実行します $this->xx->query($sql); } ?> コードをコピー