为什么使用 CakePhp AJAX 助手而不是 jQuery?

发布于 2024-09-14 05:11:59 字数 135 浏览 4 评论 0原文

我刚刚开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挥剑断情 2024-09-21 05:11:59

我根本不使用助手。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文