예제 #1
0
파일: model.php 프로젝트: uzura8/flockbird
 public static function get_next_sort_order($sort_order_col_name = 'sort_order')
 {
     $max = (int) self::query()->max($sort_order_col_name);
     return \Site_Util::get_next_sort_order_num($max);
 }