Esempio n. 1
0
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('ticket_audit_log', $fields, $where);
 }
Esempio n. 2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_workspace_list', $fields, $where);
 }
Esempio n. 3
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_storage_profile', $fields, $where);
     self::_clearCache();
 }
Esempio n. 4
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_event', $fields, $where);
 }
Esempio n. 5
0
File: App.php Progetto: rmiddle/feg
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('audit_log_message', $fields, $where);
 }
Esempio n. 6
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_template', $fields, $where);
 }