コード例 #1
0
 public function fetchAll()
 {
     $order = array('default DESC', 'name ASC');
     return parent::fetchAll($order);
 }