mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	docs/guide-pt-BR/start-forms.md - update [ci skip]
This commit is contained in:
		@ -103,7 +103,7 @@ class SiteController extends Controller
 | 
			
		||||
 | 
			
		||||
    public function actionEntry()
 | 
			
		||||
    {
 | 
			
		||||
        $model = new EntryForm;
 | 
			
		||||
        $model = new EntryForm();
 | 
			
		||||
 | 
			
		||||
        if ($model->load(Yii::$app->request->post()) && $model->validate()) {
 | 
			
		||||
            // dados válidos recebidos pelo $model
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user