Changeset 12 for pro-bachkim-filespace/sourcecode/application/modules/ajax
- Timestamp:
- Jun 5, 2014 5:46:37 PM (11 years ago)
- Location:
- pro-bachkim-filespace/sourcecode/application/modules/ajax
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php
r11 r12 58 58 $delAllChild = $this->input->post('delallchild',TRUE); 59 59 60 $aryChild = $this->objDirectory->getAllChild($dirID); 60 $aryChild = $this->objDirectory->getAllDirChild($dirID); 61 $aryResult = array('isSuccess' => TRUE); 62 61 63 echo json_encode($aryChild); 62 64 } -
pro-bachkim-filespace/sourcecode/application/modules/ajax/models/directory_model.php
r11 r12 127 127 $aryDirChild = $this->getAllDirChild($dirID); 128 128 129 foreach ($aryDirChild as $key => $child) { 130 131 } 132 129 133 } 130 134
Note: See TracChangeset
for help on using the changeset viewer.