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 79e62cc commit cbcab0dCopy full SHA for cbcab0d
readme.md
@@ -13,7 +13,7 @@ Nette provides a powerful layer for accessing your database easily.
13
- uses efficient queries and does not transmit unnecessary data
14
15
The `Nette\Database\Connection` class is a wrapper around the PDO and represents a connection to the database.
16
-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.
17
18
To create a new database connection just create a new instance of [api:Nette\Database\Connection] class:
19
0 commit comments