Commit b630dd20 by Alexander Makarov

Merge pull request #5255 from Benn/patch-5

[ci skip] Update start-databases.md
parents 9a0003b8 c637fdd5
...@@ -3,7 +3,7 @@ Working with Databases ...@@ -3,7 +3,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
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, define an [action](structure-controllers.md),
and create a [view](structure-views.md). and create a [view](structure-views.md).
Through this tutorial, you will learn how to: Through this tutorial, you will learn how to:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment