示例#1
0
文件: App.php 项目: joegeck/cerb4
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('crm_opportunity', $fields, $where);
 }
示例#2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('task', $fields, $where);
 }
示例#3
0
文件: App.php 项目: jsjohnst/cerb4
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('timetracking_entry', $fields, $where);
 }
示例#4
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('container', $fields, $where);
	}
示例#5
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('project', $fields, $where);
	}
示例#6
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('github_milestone', $fields, $where);
	}