php - Ajax form building in yii -


in view have several buttons. when user press them want tell server button pressed, server create form, pass html view, , place in specific div. depending on selector changes in form, want view ask server again data, bring , pass parts of form.

i can jquery ajax requests, using php file on server side, , again jquery html manipulations when receive answer, thought maybe things done smarter in yii , there better practice of how ?

the process same pretty without yii. of methods yii ones instead though.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -