docs/guide-ja update [ci skip]

This commit is contained in:
Nobuo Kihara
2015-02-15 20:21:21 +09:00
parent a831271d29
commit 0f642aba20
2 changed files with 10 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class SiteController extends Controller
public function actionEntry()
{
$model = new EntryForm;
$model = new EntryForm();
if ($model->load(Yii::$app->request->post()) && $model->validate()) {
// $model に有効なデータを受け取った場合