Lines Matching refs:execute
41 $execute = array();
84 $execute[":${filter}_start"] = $value[0];
85 $execute[":${filter}_end"] = $value[1];
96 $execute[$exec] = $v;
105 $execute[":$filter"] = $value;
112 $execute[":$filter"] = $value;
122 return array($where, $execute);
131 list($where_q, $execute) = $this->build_where($filters);
149 $sth->execute($execute);
160 list($where_q, $execute) = $this->build_where($filters);
164 $sth->execute($execute);
175 $sth->execute(array($id));
193 $sth->execute(array($id));
240 $execute = array();
248 $execute[':'.$column] = null;
250 $execute[':'.$column] = $value;
259 $sth->execute($execute);
274 $execute = array(':id' => $obj->id);
280 $execute[':'.$column] = null;
282 $execute[':'.$column] = $value;
291 $sth->execute($execute);
315 $sth->execute(array($id));