Changeset 248 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Oct 15, 2014 2:58:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r47 r248 1 <tree parent_id="<?php echo $parentId; ?>" err="<?php echo $errMsg; ?>" errCode="<?php echo $errCode; ?>"> 2 <!-- folders in current folder --> 3 <folderlist> 4 <?php foreach ($tblcategories as $tblcategory): ?> 5 <folder id="<?php echo $tblcategory->getCatId() ?>" parentid="<?php echo $tblcategory->getCatParent() ?>"><?php echo $tblcategory->getCatName() ?></folder> 6 <?php endforeach; ?> 7 </folderlist> 8 <!-- files in current folder --> 9 <filelist> 10 <?php foreach ($tblfiles as $tblfile): ?> 11 <file id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file> 12 <?php endforeach; ?> 13 </filelist> 14 </tree> 1 123
Note: See TracChangeset
for help on using the changeset viewer.