Пример #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;
 }
Пример #3
0
 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;
 }
Пример #7
0
 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;
 }
Пример #10
0
 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;
 }