Haxe PHP 与 PHP - 哪种语言更适合为 WordPress 创建插件?
我想创建一个 WP 插件,使用 WP DB 表和服装表、Ajax 请求 Rss feed 读写、媒体存储和 Google 地图。这是一个如此疯狂的插件...
那么 Haxe PHP 或普通 PHP - 哪种语言更适合为 WordPress 创建插件?
顺便说一句,书籍、博客文章和文档可以作为您答案的证据……
I want to create a WP plugin with use of WP DB tables and costume ones, Ajax requests Rss feeds reading and writing and media storing and Google maps. Such a crazy plugin it will be...
So Haxe PHP or normal PHP - what language is better for creating Plugins for WordPress?
BTW books blog articles and docs are appreciated as proofs for your answer…
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Haxe 可以转换为纯 PHP,但在这种情况下,为什么首先需要 Haxe?!
使用 PHP。
Haxe can translate to pure PHP, but in this case why would you need Haxe in the first place?!
Use PHP.
是的。选择纯 PHP。 Haxe/PHP 仅仅为了引导程序就带来了大量的重载,并且处理 WordPress 数据结构可能会很混乱(因为 Haxe 包装了很多东西)。
Yes. Go for pure PHP. Haxe/PHP brings a lot of overload just for the bootstrap and handeling WordPress data structures could be a mess (since Haxe wraps a lot of stuff).