Added new method for add where sql statement and after make query operation
This commit is contained in:
parent
c4a7f65833
commit
0bfcff6b42
1 changed files with 9 additions and 0 deletions
|
|
@ -1600,6 +1600,15 @@ class Webmodel {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function where($where_sql)
|
||||||
|
{
|
||||||
|
|
||||||
|
$this->set_conditions($where_sql);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue