Changeset 229 for pro-bachkim-filespace/sourcecode/application
- Timestamp:
- Oct 1, 2014 10:12:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/sharecontent.php
r16 r229 10 10 { 11 11 public function __construct() { 12 parent::__construct(); 13 $this->load->model('Directory_model', 'objDirectory', TRUE); 12 parent::__construct(); 14 13 } 15 14 16 15 public function createshare () { 17 $id = $this->input->post('id',TRUE); 18 $type = $this->input->post('type',TRUE); 19 $shareAllChild = $this->input->post('shareallchild',TRUE); 16 20 17 } 21 18 }
Note: See TracChangeset
for help on using the changeset viewer.