예제 #1
0
 /**
  * @see parent::loadList
  */
 function loadList($where = null, $order = null, $limit = null, $group = null, $ljoin = null, $index = null)
 {
     if (!$order) {
         $order = "`last_update` DESC";
     }
     return parent::loadList($where, $order, $limit, $group, $ljoin, $index);
 }