Ignore:
Timestamp:
Aug 11, 2014 2:16:04 PM (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

    r48 r49  
    8484    $filter = $this->getRequestParameter('filter');
    8585    $isGetAll = $this->getRequestParameter('isgetall');
     86    $sortDirBy = $this->getRequestParameter('sortdirby');
     87    $sortFileBy = $this->getRequestParameter('sortfileby');
    8688   
    8789    $isGetAll = $isGetAll != 1 ? 0:1;
     
    102104   
    103105    $c->add(TblspacecategoryPeer::CAT_USER, $userId);
    104     $c->addAscendingOrderByColumn(TblspacecategoryPeer::CAT_ID);
     106    $c->addAscendingOrderByColumn(TblspacecategoryPeer::CAT_PARENT);
    105107    $this->tblcategories = TblspacecategoryPeer::doSelect($c);
    106108
Note: See TracChangeset for help on using the changeset viewer.