C
C
crosser2011-08-09 18:57:13
PHP
crosser, 2011-08-09 18:57:13

php/js framework for forms with ajax?

Dear Habralyudi.
Please tell me a simple framework in which it is convenient to make various forms (data submission) with Ajax.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Denis Medved, 2011-08-09
@BuCeFaL

Yii can submit a form with Ajax.
www.yiiframework.com/doc/api/1.1/CHtml#ajaxSubmitButton-detail

A
Anatoly, 2011-08-09
@taliban

Any framework that can work with forms out of the box can accept Ajax requests, it generally doesn’t care about the form/Ajax/regular post from flash on the client, it accepts data, how you send them is not important, just find yourself a good client JS library to work with forms

Z
Zakharov Alexander, 2011-08-17
@AlexZaharow

Have you forgotten about the SQL database? ;)
I would advise you not to hurry with the use of frameworks in the project. It is better to spend a couple of days on the materiel to study the process of client-server interaction (js-> php), so that later you understand what these frameworks do. Then the issue with this 'working' will be solved by itself. Believe me - nothing complicated.

D
Dmitry, 2011-08-17
@Neir0

I can't say anything about php, but as for the client side, of course knockout! Just the same, the forms on it are made easy. See the presentation on the mix channel9.msdn.com/Events/MIX/MIX11/FRM08

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question