Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP <=> JS (別名「AJAX」) 通信の合理化に役立つ「すべてのボイラープレート」コードが記述されたフレームワークはありますか?
私はそのようなライブラリが書かれていると仮定していますが、私が見つけたものは
他の提案?
コメントで述べたよう$.ajaxに、JS 側と PHP 側には jQuery をjson_encode使用json_decodeします。それ以上のことはありません。
$.ajax
json_encode
json_decode
私は煎茶のExtDirectが好きです。
ExtJSで使用します。