Changeset 54 for pro-bachkim-filespace


Ignore:
Timestamp:
Aug 21, 2014 2:21:59 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php

    r52 r54  
    171171        $aryDel = $this->getRequestParameter('delobj');
    172172       
    173         $aryObjs = json_decode($aryDel);
    174        
    175         foreach ($aryObjs as $key => $obj) {
    176                 echo $obj->id , ' - ', $obj->name, ' - ', $obj->type;
    177                 if (is_array($obj->childDirs)) {
    178                         foreach ($obj->childDirs as $childDir) {
    179                                 echo "\n",$childDir->id , ' - ', $childDir->name;
    180                         }
    181                 }
    182                 if (is_array($obj->childFiles)) {
    183                         foreach ($obj->childFiles as $childFile) {
    184                                 echo "\n",$childFile->id , ' - ', $childFile->name, ' - ', $childFile->type;
    185                         }
    186                 }
    187         }
     173        $this->aryDeletedObj = json_decode($aryDel);
     174        $this->errMsg = '';
     175        $this->errCode = '';
    188176  }
    189177
Note: See TracChangeset for help on using the changeset viewer.