havietduc91 / laravel

Tim hieu va thuc hanh ve laravel
0 stars 0 forks source link

Tìm hiểu chi tiết về Form và Databse (24.12.2014) #3

Open havietduc91 opened 9 years ago

havietduc91 commented 9 years ago

FORM

havietduc91 commented 9 years ago

DATABASE

havietduc91 commented 9 years ago

Controller

havietduc91 commented 9 years ago

Đưa đoạn này trong view.blade.php bị lỗi

<?php/ {{ Form::model($user, array('route' => array('user.update', $user->id))) }} {{Form::label('email', 'E-Mail Address')}} {{Form::text('email', $user->email)}}
{{Form::label('password', 'Password')}} {{Form::text('password', $user->password)}}
{{ Form::submit('Submit') }} {{ Form::close() }}
/?>

havietduc91 commented 9 years ago

View Blade

havietduc91 commented 9 years ago

Feature Job:

havietduc91 commented 9 years ago

Công việc tối nay 24.12.2014