Ignore:
Timestamp:
Jun 5, 2014 5:46:37 PM (11 years ago)
Author:
dungnv
Message:
 
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  
    5858                $delAllChild = $this->input->post('delallchild',TRUE);
    5959               
    60                 $aryChild = $this->objDirectory->getAllChild($dirID);
     60                $aryChild = $this->objDirectory->getAllDirChild($dirID);
     61                $aryResult = array('isSuccess' => TRUE);
     62               
    6163                echo json_encode($aryChild);
    6264        }
  • pro-bachkim-filespace/sourcecode/application/modules/ajax/models/directory_model.php

    r11 r12  
    127127                $aryDirChild = $this->getAllDirChild($dirID);
    128128               
     129                foreach ($aryDirChild as $key => $child) {
     130                       
     131                }
     132               
    129133        }
    130134       
Note: See TracChangeset for help on using the changeset viewer.