modal window

In my modal window i have given the values for updation but the values whichever iam giving is not getting updated can any one tell me the exact solution and i have attached codings along with it

<?php Modal::begin([

'header' =&gt; '&lt;h2&gt;Hello world&lt;/h2&gt;',


'toggleButton' =&gt; ['label' =&gt; 'click me'],

]);

echo $this->render(’_form’, [

    'model' =&gt; &#036;model,


]);

Modal::end();

?>