示例#1
0
 function get_order_by_classes($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#2
0
 function get_order_by_expense($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_feetype($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#4
0
 function get_order_by_reply_msg($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#5
0
 function get_order_by_attendance($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#6
0
 function get_order_by_automation_rec($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_setting($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#8
0
 function get_order_by_routine($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#9
0
 function get_order_by_mcategory($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_mailandsmstemplatetag($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_examschedule($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#12
0
 function get_order_by_promotionsubject($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#13
0
 function get_order_by_invoice($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#14
0
 function get_order_by_lmember($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#15
0
 function get_order_by_message($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#16
0
 function get_order_by_alert($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
示例#17
0
 function get_order_by_permission($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }