add effect row
This commit is contained in:
@ -91,6 +91,9 @@ class Db{
|
||||
public function lastId(){
|
||||
return $this->mysql->lastId();
|
||||
}
|
||||
public function affectedRow(){
|
||||
return $this->mysql->affectedRow();
|
||||
}
|
||||
public function error(){
|
||||
return $this->mysql->error();
|
||||
}
|
||||
|
Reference in New Issue
Block a user