Changeset 202 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 1, 2014 9:37:54 AM (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

    r201 r202  
    2222  }
    2323 
    24   private function CreateSpaceDir($folderName, $parentId, $userId) {
     24/*   private function CreateSpaceDir($folderName, $parentId, $userId) {
    2525    $c = new Criteria();
    2626    $c->add(TblspacecategoryPeer::CAT_PARENT, $parentId);
     
    160160
    161161  public function executeDir() {
    162         echo 'Hello World!';
    163         return sfView::NONE;
    164        
    165         /* $this->catId = $this->getRequestParameter('id', -1);
     162        $this->catId = $this->getRequestParameter('id', -1);
    166163    $userId = $this->getRequestParameter('userid');
    167164    $filter = $this->getRequestParameter('filter');
    168165    $isGetAll = $this->getRequestParameter('isgetall');
    169166    $sortDirBy = $this->getRequestParameter('sortdirby');
    170     $sortFileBy = $this->getRequestParameter('sortfileby'); */
    171 
    172     /* $isGetAll = $isGetAll != 1 ? 0:1;
     167    $sortFileBy = $this->getRequestParameter('sortfileby');
     168
     169    $isGetAll = $isGetAll != 1 ? 0:1;
    173170    // find parent ID of this category
    174171    if ($this->catId != -1) {
     
    201198   
    202199    $this->errMsg = '';
    203     $this->errCode = ''; */
     200    $this->errCode = '';
    204201  }
    205202 
     
    425422    fpassthru(fopen($fileName, 'rb'));
    426423    return sfView::NONE;
    427   }
     424  } */
    428425}
Note: See TracChangeset for help on using the changeset viewer.