added last_error()
This commit is contained in:
parent
73766ef98a
commit
e4ce562920
|
@ -107,6 +107,9 @@ class DB_Sql {
|
|||
return $this->pdo_instance != FALSE;
|
||||
}
|
||||
|
||||
function last_error() {
|
||||
return $this->error;
|
||||
}
|
||||
/**
|
||||
* Perform a query
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue