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.
1 parent c7bf44c commit 7a7b515Copy full SHA for 7a7b515
readme.md
@@ -27,7 +27,7 @@ All connections are created as "lazy" by default. This means the connection is e
27
Queries
28
--------
29
30
-The core functionality is provided by `Nette\Database\Context`. Database\Context allows you to easily query your database by calling `query` method:
+The core functionality is provided by `Nette\Database\Connection`. Connection allows you to easily query your database by calling `query` method:
31
32
```php
33
$database = new Nette\Database\Context($connection);
0 commit comments