This is a discussion on Ajax with PHP 4.x within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, Can anyone please recommend a PHP 4.x compliant Ajax package? Thanks Sam...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
on 01/27/2006 07:34 PM sam said the following: > Can anyone please recommend a PHP 4.x compliant Ajax package? What do you want to do with AJAX? Have you looked at any of these packages? http://www.phpclasses.org/browse/class/130.html -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ |
|
|||
|
Manuel Lemos wrote:
> Hello, > > on 01/27/2006 07:34 PM sam said the following: > >>Can anyone please recommend a PHP 4.x compliant Ajax package? > > > What do you want to do with AJAX? > Hi, I want to use Ajax build a tree menu, as the complexity growth with the utilised of database and fancy interface, I found Ajax is a way to go. > Have you looked at any of these packages? > > http://www.phpclasses.org/browse/class/130.html > Any of this is based on PHP generate javascript for producing a tree-menu? Thanks Sam |
|
|||
|
Manuel Lemos wrote:
> Hello, > > on 01/27/2006 07:34 PM sam said the following: > >>Can anyone please recommend a PHP 4.x compliant Ajax package? > > > What do you want to do with AJAX? > > Have you looked at any of these packages? > > http://www.phpclasses.org/browse/class/130.html > I found pajaj has built a package that what I want, but I may be need to change the package for its backward compatibility with php 4.x Sam |
|
|||
|
Hello,
on 01/29/2006 05:05 AM sam said the following: >> Have you looked at any of these packages? >> >> http://www.phpclasses.org/browse/class/130.html >> > > Any of this is based on PHP generate javascript for producing a tree-menu? I am not sure what would be an AJAX based tree menu, but here you may find several DHTML based tree menu classes: http://www.phpclasses.org/search.htm...nu&go_search=1 -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ |