Best Ajax Library for PHP?

Discussion in 'PHP' started by Bogo, Oct 17, 2006.

  1. #1
    Hey guys,

    Do you know what the best way to implement Ajax-functionality with PHP is?

    Thanks!
     
    Bogo, Oct 17, 2006 IP
  2. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #2
    There are really many php Ajax frameworks, some of them listed here, and really hard to choose the best one.

    As for me, I prefer simple and tiny Mini Ajax library for simple tasks.
     
    wmtips, Oct 17, 2006 IP
  3. coolsaint

    coolsaint Banned

    Messages:
    257
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I like Sajax Framework. It's easy to understand and cool.

    http://www.modernmethod.com/sajax/

    Wish you good luck with AJAX.
     
    coolsaint, Oct 19, 2006 IP
  4. RJP

    RJP Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I've only used two... started with SAJAX, mentioned above, but moved to XAJAX ( xajaxproject.org )

    I'm happy with it.

    With SAJAX you had to essentially write twice as many functions, the PHP function would have to call a javascript function. XAJAX simplified things by automating the javascript side of things, so the hard work is all done in PHP.

    -Ryan
     
    RJP, Oct 20, 2006 IP
  5. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Sajax rocks for me... too easy to work with.
     
    gigapromoters, Oct 21, 2006 IP
  6. Nickwiz

    Nickwiz Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Depends on needs, but JSON is also worth a dig;

    http://json.org
     
    Nickwiz, Oct 23, 2006 IP