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.
我们正在开发一个 extjs 应用程序,它通过 php 和 mysql 从数据库中检索数据。我们看到这是可能的,但是我们对使用 extjs 访问 mysql 数据库的其他可能性感到好奇。
事实上,我们不确定这种老派的方式是否是在 extjs 中有效地做到这一点的方式。
那么 extjs 还有其他可用的方法吗?
可以使用 ExtJS 服务器端。您可能需要使用 Node.js……顺便说一下,有适用于 Node 的 MySQL 驱动程序。
这是一个在后端使用 ExtJS 模型和 Node.js 的项目。这可能会帮助您了解可能的情况。
https://github.com/storminwalker/node-extjs