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 b21333c + 448acc4 commit 1d2dafbCopy full SHA for 1d2dafb
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