首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Ajax >

CakePHP:两种ajax模式

2013-11-02 
CakePHP:两种ajax方式方式一:普通的Ajax方式参考:http://stackoverflow.com/questions/12458235/how-to-se

CakePHP:两种ajax方式
方式一:普通的Ajax方式
参考:http://stackoverflow.com/questions/12458235/how-to-send-ajax-response-to-jquery-from-cakephp
Request and Response objects http://book.cakephp.org/2.0/en/controllers/request-response.html
CakePHP2 Request请求对象 http://www.ruiwant.com/cakephp-request-object-tutorial-basic.html
Controller:

热点排行