mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
Update start-databases.md
double word "from"
This commit is contained in:
@ -2,7 +2,7 @@ Working with Databases
|
|||||||
======================
|
======================
|
||||||
|
|
||||||
This section will describe how to create a new page that displays country data fetched from
|
This section will describe how to create a new page that displays country data fetched from
|
||||||
from a database table named `country`. To achieve this goal, you will configure a database connection,
|
a database table named `country`. To achieve this goal, you will configure a database connection,
|
||||||
create an [Active Record](db-active-record.md) class, and define an [action](structure-controllers.md),
|
create an [Active Record](db-active-record.md) class, and define an [action](structure-controllers.md),
|
||||||
and create a [view](structure-views.md).
|
and create a [view](structure-views.md).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user