We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eccf69 + 1d2dafb commit d6362f3Copy full SHA for d6362f3
doctrine/dbal.rst
@@ -55,7 +55,7 @@ object::
55
{
56
public function index(Connection $connection): Response
57
58
- $users = $connection->fetchAll('SELECT * FROM users');
+ $users = $connection->fetchAllAssociative('SELECT * FROM users');
59
60
// ...
61
}
0 commit comments