示例#1
0
文件: App.php 项目: jsjohnst/cerb4
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('ticket_audit_log', $fields, $where);
 }
示例#2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_workspace_list', $fields, $where);
 }
示例#3
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_storage_profile', $fields, $where);
     self::_clearCache();
 }
示例#4
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('worker_event', $fields, $where);
 }
示例#5
0
文件: App.php 项目: rmiddle/feg
 public static function updateWhere($fields, $where)
 {
     parent::_updateWhere('audit_log_message', $fields, $where);
 }
示例#6
0
文件: DAO.php 项目: Hildy/devblocks
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('devblocks_template', $fields, $where);
 }