예제 #1
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('import_source', $fields, $where);
 }
예제 #2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('customer_recipient', $fields, $where);
 }
예제 #3
0
파일: export_type.php 프로젝트: rmiddle/feg
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('export_type', $fields, $where);
 }
예제 #4
0
파일: message.php 프로젝트: rmiddle/feg
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('message', $fields, $where);
 }
예제 #5
0
파일: stats.php 프로젝트: rmiddle/feg
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('stats', $fields, $where);
 }