<p>ผมลองสร้างฟอร์ม แล้วให้มัน POST ค่าไปหน้า Controller ดู attribute ของ form ก็มีดังนี้ครับ </p><p><form role="form" class="form-horizontal" method="post" action="<?PHP echo Yii::app()->getBaseUrl(); ?>/register/saveMember"><br></p><p>แล้วผมก็สร้าง function saveMember ไว้ใน class register</p><p>ใน function ผมลองใช้คำสั่ง echo $_POST["xxxx"]; ดู ไม่มีค่าอะไรเลยครับ </p>
ผมลองสร้างฟอร์ม แล้วให้มัน POST ค่าไปหน้า Controller ดู attribute ของ form ก็มีดังนี้ครับ
<form role="form" class="form-horizontal" method="post" action="<?PHP echo Yii::app()->getBaseUrl(); ?>/register/saveMember">
แล้วผมก็สร้าง function saveMember ไว้ใน class register
ใน function ผมลองใช้คำสั่ง echo $_POST["xxxx"]; ดู ไม่มีค่าอะไรเลยครับ
ตอบ/อธิบาย