eee
This commit is contained in:
@@ -116,7 +116,6 @@ class Command extends Component
|
||||
|
||||
$prepare->execute($this->params);
|
||||
|
||||
var_dump($method);
|
||||
$result = $method == 'rowCount' ? $prepare->rowCount() : $prepare->{$method}(PDO::FETCH_ASSOC);
|
||||
$prepare->closeCursor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user