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