код контроллера:
открытая функция add_item ()
{
$ data = array (
'Patient_name' = $ this-> input-> post('имя-пациента'),
'age' = $ this-> input-> post ('age'),
'date' = $ this-> input-> post ('date '),
' grade '= $ this-> input-> post (' grade '),
' frame_no '= $ this-> input-> post (' frame_no '),
'frame_amo' = $ this-> input-> post ('frame_amo'),
'lens_typeamo' = $ this-> input-> post ('lens_typeamo'),
'labo' = $ this-> input-> post ('labo'),
'total' = $ this-> input-> post ('total'),
'saleslady' = $ this-> input-> post ('saleslady'),
'doctor' = $ this-> input-> post ('doctor'),
);
$ this> load-> model ('имя_модели');
$ this-> model_name-> add_item ($ data);
}
model's code :
public function add_item($data){
$ this-> db-> insert ('table_name', $ data);
}
Не забудьте проверить файл .htaccess и base_url