为什么使用 CakePhp AJAX 助手而不是 jQuery?
我刚刚开始使用 cakePHP,我看到其中有一个 AJAX Helper。
我的问题很简单:我应该使用这个助手还是应该继续使用 jQuery 进行 AJAX?我应该在现有 jQuery AJAX 调用中执行任何更改吗?
谢谢
I'm just starting using cakePHP and I saw on that there was an AJAX Helper in it.
My question is simple : should I rather use this helper or should I keep doing AJAX with jQuery? Are there any changes I should perform in existing jQuery AJAX calls?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我根本不使用助手。 Rails 中不行,CakePHP 中不行。我从来不太关心编写客户端代码的服务器端技术。我更愿意包含这些库(我确实使用 Cake 的 HTML 帮助器)并自己编写 javascript/jQuery 代码。也许我是一个控制狂,但我觉得这让我更好地掌握幕后发生的事情。
I don't use the helper at all. Not in Rails, not in CakePHP. I've never cared much for server-side technologies writing my client-side code. I'd much rather include the libraries (I do use Cake's HTML helper for this) and write the javascript/jQuery code myself. Maybe I'm a control freak, but I feel like it gives me a better handle on what's going on under the hood.