Example #1
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('crm_opportunity', $fields, $where);
 }
Example #2
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('task', $fields, $where);
 }
Example #3
0
 static function updateWhere($fields, $where)
 {
     parent::_updateWhere('timetracking_entry', $fields, $where);
 }
Example #4
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('container', $fields, $where);
	}
Example #5
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('project', $fields, $where);
	}
Example #6
0
	static function updateWhere($fields, $where) {
		parent::_updateWhere('github_milestone', $fields, $where);
	}