Changeset 49 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Aug 11, 2014 2:16:04 PM (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
r48 r49 84 84 $filter = $this->getRequestParameter('filter'); 85 85 $isGetAll = $this->getRequestParameter('isgetall'); 86 $sortDirBy = $this->getRequestParameter('sortdirby'); 87 $sortFileBy = $this->getRequestParameter('sortfileby'); 86 88 87 89 $isGetAll = $isGetAll != 1 ? 0:1; … … 102 104 103 105 $c->add(TblspacecategoryPeer::CAT_USER, $userId); 104 $c->addAscendingOrderByColumn(TblspacecategoryPeer::CAT_ ID);106 $c->addAscendingOrderByColumn(TblspacecategoryPeer::CAT_PARENT); 105 107 $this->tblcategories = TblspacecategoryPeer::doSelect($c); 106 108
Note: See TracChangeset
for help on using the changeset viewer.