yii - i want to show data on form fields using id with ajax -


how use ajax in yii show result against id??

public function actionview(){     $model= new viewform();     $model->unsetattributes();     if (isset($_get['viewjob'])) {         $model->attributes = $_get['viewjob'];     }     $this->render('viewjob',array(             'model'=>$model     )); } 

please clarify question.. if looking how use ajax in yii might u.

http://www.yiiframework.com/wiki/394/javascript-and-ajax-with-yii/

http://www.yiiframework.com/wiki/49/update-content-in-ajax-with-renderpartial/

http://www.yiiframework.com/wiki/388/ajax-form-submiting-in-yii/


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -