Back to [[step_2_-_create_the_models_for_the_church_info_database|Step 2]]\\

Go to [[http://wmck.local/web/index.php?r=gii]]\\

Create the CRUD pages for **//main//**, **//topbox//**, **//ministries//**, **//upcoming//**.\\

As an example, for **//main//**\\
\\
**Model Class**\\
''app\models\Main''\\
\\
**Search Model Class**\\
''app\models\MainSearch''\\
\\
**Controller Class**\\
''app\controllers\MainController''\\
\\
**View Path**\\
''@app/views/main''\\
\\
Then press **Preview** and **Generate** to create the CRUD files.

Go to the [[ step_4_-_create_a_ministries_view|next step]]

Back to [[yii|Yii Main Index]]