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 210f9c1 + ae8f5a5 commit 448acc4Copy full SHA for 448acc4
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