codeigniter
뷰에서 모델 메서드 호출하기
수색…
소개
우리의 관점에서 모델의 메서드를 호출하는 것이 더 유용 할 때도 있습니다. 그래서이 모델을 만드는 방법입니다
변수에 메서드 호출 저장
컨트롤러에서 :
$this->load->model('your_model');
$data['model'] = $this->your_model;
보기 :
$model->your_method;
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow