Changeset 202 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Oct 1, 2014 9:37:54 AM (11 years ago)
- 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 22 22 } 23 23 24 private function CreateSpaceDir($folderName, $parentId, $userId) {24 /* private function CreateSpaceDir($folderName, $parentId, $userId) { 25 25 $c = new Criteria(); 26 26 $c->add(TblspacecategoryPeer::CAT_PARENT, $parentId); … … 160 160 161 161 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); 166 163 $userId = $this->getRequestParameter('userid'); 167 164 $filter = $this->getRequestParameter('filter'); 168 165 $isGetAll = $this->getRequestParameter('isgetall'); 169 166 $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; 173 170 // find parent ID of this category 174 171 if ($this->catId != -1) { … … 201 198 202 199 $this->errMsg = ''; 203 $this->errCode = ''; */200 $this->errCode = ''; 204 201 } 205 202 … … 425 422 fpassthru(fopen($fileName, 'rb')); 426 423 return sfView::NONE; 427 } 424 } */ 428 425 }
Note: See TracChangeset
for help on using the changeset viewer.