예제 #1
0
 public function getSortFields()
 {
     $sort_fields = array('key' => 'Key');
     return array_merge($sort_fields, parent::getSortFields());
 }
예제 #2
0
파일: Plans.php 프로젝트: ngchie/system
 public function getSortFields()
 {
     $sort_fields = array('name' => 'Name', 'price' => 'Price');
     return array_merge($sort_fields, parent::getSortFields());
 }