Changeset 362 for pro-violet-viettel/sourcecode/application
- Timestamp:
- Oct 31, 2014 1:44:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/collaborator.php
r361 r362 52 52 53 53 public function addCollaborator() { 54 54 55 $result = array(); 55 56 $input = $this->input->post(); 56 $this->db->insert('tblcollaborator', $input); 57 $this->load->model('collabolator_model'); 58 $this->collabolator_model->insert($input); 57 59 $result['success'] = 1; 58 60 echo json_encode($result);
Note: See TracChangeset
for help on using the changeset viewer.