Ne PHP için en iyi Ajax kütüphanesi ve neden bunu tercih edersiniz?
Ajax İstekleri kolaylaştırmak için bir kütüphane arıyorsanız, bu sunucu tarafında bağımlı değildir: başlatıyor Ajax istekleri JavaScript, istemci tarafında yapılır.
There are plenty of JS Frameworks to do lots of nice things, and, in the middle of those, Ajax Requests.
I've used those ones :
Sunucu tarafında, kullanılan JS Framework çok farklı yapmaz.
You might still want to take a look at the JSON format, which is great to exchange data between client and server when doing Ajax requests. There are several implementations in PHP that allows you to work with that one.
For instance :
json_encode
and json_decode
a>;: PHP> = 5.2 ile güzel, PHP tarafından sağlananZend_Json
a> vardır; Zaten Zend Framework dışında, bir PHP 5.1 sunucu üzerinde kullandım; güzel Ben ZF gibi, ve bu bileşen 5.1 üzerinde çalışır çünkü
If you want other informations, you might edit your question, to be more clear about what you want :-)
PHP üzerinden veri almak için - http://uk3.php.net/json
JavaScript nesneleri JSON dönüştürme, bir çapraz tarayıcı şekilde XMLHttpRequest abstracting ve bir belgeye bu verileri eklemek için yollar sağlamak için, ben YUI doğru eğilimindedir, ancak bu büyük ölçüde kişisel zevk meselesidir.