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