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 d5fa57b + cbcab0d commit d496f3dCopy full SHA for d496f3d
readme.md
@@ -14,7 +14,7 @@ Nette provides a powerful layer for accessing your database easily.
14
- uses efficient queries and does not transmit unnecessary data
15
16
The `Nette\Database\Connection` class is a wrapper around the PDO and represents a connection to the database.
17
-The core functionality is provided by `Nette\Database\Context`. `Nette\Database\Table` layer orivudes an enhanced layer for table querying.
+The core functionality is provided by `Nette\Database\Context`. `Nette\Database\Table` layer provides an enhanced layer for table querying.
18
19
To create a new database connection just create a new instance of [api:Nette\Database\Connection] class:
20
0 commit comments