Koenig,
try {
if ($this->stmt) {
return $this->stmt->param_count;
}
}
catch(mysqli_sql_exception $e) {
throw $e;
}Зачем так делать?
Koenig,
try {
if ($this->stmt) {
return $this->stmt->param_count;
}
}
catch(mysqli_sql_exception $e) {
throw $e;
}