【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法
【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法です。
1 2 | $this->load->library('../controllers/othercontroller'); $this->othercontroller->function(); |
【CodeIgniter】コントローラー内に別のコントローラーを読み込む方法です。
1 2 | $this->load->library('../controllers/othercontroller'); $this->othercontroller->function(); |
コメントを投稿するにはログインが必要です。