Changeset 686 for pro-violet-viettel/sourcecode/api.violet.vn/www/apps
- Timestamp:
- Dec 31, 2014 9:56:14 AM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r683 r686 158 158 159 159 public function executeDir() { 160 echo "123";die(); 160 161 $this->catId = $this->getRequestParameter('id', -1); 161 162 $userId = $this->getRequestParameter('userid'); -
pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r681 r686 9 9 <filelist> 10 10 <?php foreach ($tblfiles as $tblfile): ?> 11 <file fileurl="<?php echo $tblfile->getFileId() 11 <file fileurl="<?php echo $tblfile->getFileId()?>" id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file> 12 12 <?php endforeach; ?> 13 13 </filelist>
Note: See TracChangeset
for help on using the changeset viewer.