【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法
【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法です。
$this->load->library('../controllers/othercontroller');
$this->othercontroller->function();
【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法です。
$this->load->library('../controllers/othercontroller');
$this->othercontroller->function();