Is there any ajax library integrated with PHP?
Posted: Mon Sep 29, 2008 10:11 am
Hi all,
I'm a newbie in this forum.
I'm going to start developing a web platform and I don't want to realize static html pages generated from PHP. I'd like to introduce graphics improvements with the use of an ajax library,
especially with regard to data entry (e.g. validation, data lookups, table filtering).
In my company, we developed a framework to dinamically generate html tables and forms in order to visualize, insert and edit data. An example:
$form = new HtmlForm();
$form->addText('username');
$form->addCheckbox('agree');
So I'm looking for a library integrated with PHP that makes me construct user interface directly from PHP (before "reinvent the wheel").
Any suggestions?
Thanks in advance.
Alberto
I'm a newbie in this forum.
I'm going to start developing a web platform and I don't want to realize static html pages generated from PHP. I'd like to introduce graphics improvements with the use of an ajax library,
especially with regard to data entry (e.g. validation, data lookups, table filtering).
In my company, we developed a framework to dinamically generate html tables and forms in order to visualize, insert and edit data. An example:
$form = new HtmlForm();
$form->addText('username');
$form->addCheckbox('agree');
So I'm looking for a library integrated with PHP that makes me construct user interface directly from PHP (before "reinvent the wheel").
Any suggestions?
Thanks in advance.
Alberto