From 863a5cc01510742768f136c7544221f103a448b2 Mon Sep 17 00:00:00 2001 From: Larry Ullman Date: Sat, 5 Oct 2013 08:36:54 -0400 Subject: [PATCH] Initial edits --- docs/guide/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index f9b6285..aa85dd5 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -1,8 +1,8 @@ Configuration ============= -In Yii application and majority of components have sensible defaults so it's unlikely you spend lots of time configuring -it. Still there are some mandatory options such as database connection you should set up. +Yii applications rely upon components to perform most of the common tasks, such as connecting to a database, routing browser requests, and handling sessions. How these stock components behave can be adjusted by *configuring* your Yii application. The majority of components have sensible defaults, so it's unlikely that you'll spend a lot of time configuring +it. Still there are some mandatory settings, such as the database connection, that you will have to establish. How application is configured depends on application template but there are some general principles applying in any case.