예제 #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
파일: DAO.php 프로젝트: jstanden/devblocks
 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);
 }