การใสค่าตั้งต้นให้Column ในYii2
<?= $form->field($model, 'numbers')->textInput(['maxlength' => true,'value' => '100']) ?>
หรือจะไปใสที่ Controllers ก็ได้นะครับ
public function actionCreate()
{
$model = new Lottery();
$model->bon_id = '2';
$model->below_id = '2';
ไม่มีความคิดเห็น:
แสดงความคิดเห็น