제목 | 모델이 하위 폴더에 있는데 호출이 안되네요 | ||
---|---|---|---|
글쓴이 | 낭야 | 작성시각 | 2014/02/18 15:43:20 |
|
|||
매뉴얼대로 보면서 ci를 익히고 있는 중입니다. http://www.codeigniter-kr.org/user_guide172/general/models.html 참조하여 /models/main/main_model.php Main_model 로 클래스가 생성 되어있는데 $this->load->model("main/main_model"); $this->load->model("Main_model"); 이렇게 호출하면 해당 페이지에서 Unable to locate the model you have specified: main_model |
|||
다음글 | config 파일 오버로딩 가능한가요? (6) | ||
이전글 | CI 3.0-dev 버전을 받아 볼려고 하는데 (2) | ||
토끼와거북
/
2014/02/18 16:13:00 /
추천
0
|
$this->main_model->함수 로 호출하여야 합니다.