Example #1
0
 function get_order_by_classes($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #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;
 }
Example #4
0
 function get_order_by_reply_msg($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #5
0
 function get_order_by_attendance($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #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;
 }
Example #8
0
 function get_order_by_routine($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #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;
 }
Example #12
0
 function get_order_by_promotionsubject($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_invoice($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
 function get_order_by_lmember($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #15
0
 function get_order_by_message($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #16
0
 function get_order_by_alert($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }
Example #17
0
 function get_order_by_permission($array = NULL)
 {
     $query = parent::get_order_by($array);
     return $query;
 }