Ignore:
Timestamp:
Oct 1, 2014 10:12:39 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/sharecontent.php

    r16 r229  
    1010{
    1111        public function __construct() {
    12                 parent::__construct();
    13                 $this->load->model('Directory_model', 'objDirectory', TRUE);
     12                parent::__construct();         
    1413        }
    1514       
    1615        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               
    2017        }
    2118}
Note: See TracChangeset for help on using the changeset viewer.