mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 17:48:37 +08:00
Merge pull request #5931 from nikbas/fix-broken-link
Fixed broken link in docs
This commit is contained in:
@@ -3,7 +3,7 @@ Query Builder and Query
|
||||
|
||||
> Note: This section is under development.
|
||||
|
||||
Yii provides a basic database access layer as described in the [Database basics](database-basics.md) section.
|
||||
Yii provides a basic database access layer as described in the [Database basics](db-dao.md) section.
|
||||
The database access layer provides a low-level way to interact with the database. While useful in some situations,
|
||||
it can be tedious and error-prone to write raw SQLs. An alternative approach is to use the Query Builder.
|
||||
The Query Builder provides an object-oriented vehicle for generating queries to be executed.
|
||||
|
||||
Reference in New Issue
Block a user